From 736944d34cd8d66be2f6fdbd3fa41a2bc40cce3e Mon Sep 17 00:00:00 2001
From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr>
Date: Wed, 12 Oct 2022 21:21:14 +0200
Subject: [PATCH] Update url to project after move

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ef407d..cb3f7a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,13 +63,13 @@ stages:
 
 prebuild-el6-i686:
   extends: [".prebuild"]
-  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc73-x86
+  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el6-gcc73-x86
   variables:
     NAME: "cmake-${PREBUILD_CMAKE_VERSION}-linux-el6-i686"
     
 linux-el6-i686:
   extends: [".build"]
-  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc73-x86
+  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el6-gcc73-x86
   variables:
     PREBUILD_NAME: "cmake-${PREBUILD_CMAKE_VERSION}-linux-el6-i686"
     NAME: "cmake-${CMAKE_VERSION}-linux-el6-i686"
@@ -78,7 +78,7 @@ linux-el6-i686:
 
 test-el6-i686:
   extends: [".test"]
-  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc73-x86
+  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el6-gcc73-x86
   variables:
     NAME: "cmake-${CMAKE_VERSION}-linux-el6-i686"
   needs:
@@ -86,7 +86,7 @@ test-el6-i686:
 
 package-el6-i686:
   extends: [".package"]
-  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc73-x86
+  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el6-gcc73-x86
   variables:
     NAME: "cmake-${CMAKE_VERSION}-linux-el6-i686"
   needs:
@@ -95,13 +95,13 @@ package-el6-i686:
 
 prebuild-el7-i686:
   extends: [".prebuild"]
-  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
+  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el7-gcc73-x86
   variables:
     NAME: "cmake-${PREBUILD_CMAKE_VERSION}-linux-el7-i686"
 
 linux-el7-i686:
   extends: [".build"]
-  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
+  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el7-gcc73-x86
   variables:
     PREBUILD_NAME: "cmake-${PREBUILD_CMAKE_VERSION}-linux-el7-i686"
     NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686"
@@ -110,7 +110,7 @@ linux-el7-i686:
 
 test-el7-i686:
   extends: [".test"]
-  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
+  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el7-gcc73-x86
   variables:
     NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686"
   needs:
@@ -118,7 +118,7 @@ test-el7-i686:
 
 package-el7-i686:
   extends: [".package"]
-  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
+  image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el7-gcc73-x86
   variables:
     NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686"
   needs:
diff --git a/README.md b/README.md
index 6f5d1d5..799058e 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,5 @@ Cmake provides independent 64 bits Linux distribution that works on CentOS 6 and
 * https://cmake.org/files/v3.24.2/cmake-3.24.2-Linux-x86_64.tar.gz
 
 Allows to build Cmake for:
-* CentOS 6.10 32 bits: [cmake-3.24.2-linux-el6-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/tools/cmake/-/jobs/artifacts/main/download?job=linux-el6-i686)
-* CentOS 7.9 32 bits: [cmake-3.24.2-linux-el7-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/tools/cmake/-/jobs/artifacts/main/download?job=linux-el7-i686)
+* CentOS 6.10 32 bits: [cmake-3.24.2-linux-el6-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/main/download?job=linux-el6-i686)
+* CentOS 7.9 32 bits: [cmake-3.24.2-linux-el7-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/main/download?job=linux-el7-i686)
-- 
GitLab