From 36569dcc028c0795395fba6706821ed20a9b1786 Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Thu, 24 Aug 2023 12:22:44 +0000
Subject: [PATCH] Update Gitlab registry URL

---
 .gitlab-ci.yml | 2 +-
 README.md      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 63f5e7e..d0d3528 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,7 @@ tests:
 
 bump-python-deps:
   stage: release
-  image: registry.gitlab.com/teklia/devops:latest
+  image: registry.gitlab.teklia.com/infra/devops:latest
 
   only:
     - schedules
diff --git a/README.md b/README.md
index 82eca26..31bb747 100644
--- a/README.md
+++ b/README.md
@@ -262,6 +262,6 @@ If you use this work, please cite us using this Bibtex citation:
 	year         = 2021,
 	journal      = {GitLab repository},
 	publisher    = {GitLab},
-	howpublished = {\url{https://gitlab.com/teklia/ner/nerval}}
+	howpublished = {\url{https://gitlab.teklia.com/ner/nerval}}
 }
-```
\ No newline at end of file
+```
-- 
GitLab