diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c612f24b20efb0c751607856a9ea1ebf2e13c5a2..888a31ee5dcf251bfee68cdae7014cab3e6c4fa9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,7 +69,7 @@ build-dev:
     - git config --global user.email "$GIT_USER"
     - git config --global user.password "$GIT_PWD"
     - git config user.email "$GIT_USER"
-    - git remote set-url origin https://"$GIT_USER":"$GIT_PWD"@forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git
+    - git remote set-url origin https://"$GIT_USER":"$GIT_PWD"@forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo.git
     - git config --global credential.helper store
     - yarn deploy-dev
   only:
@@ -87,7 +87,7 @@ build:
     - git config --global user.email "$GIT_USER"
     - git config --global user.password "$GIT_PWD"
     - git config user.email "$GIT_USER"
-    - git remote set-url origin https://"$GIT_USER":"$GIT_PWD"@forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git
+    - git remote set-url origin https://"$GIT_USER":"$GIT_PWD"@forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo.git
     - git config --global credential.helper store
     - yarn deploy
   only: