From 9eebd3c607bb9aab038c4e263789f51f4e3354ac Mon Sep 17 00:00:00 2001
From: Florian <fmeuleman@takima.fr>
Date: Mon, 26 Feb 2024 10:45:46 +0100
Subject: [PATCH] fix/Add trainees's url in proper format

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a35011..9c9a2af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ deploy_trainee_repository:
     - cd scripts
     - python deploy_trainee_repo.py
   variables:
-    GIT_TRAINEE_REPOSITORY: "https://gitlab.takima.io/school/formation-dev-web/es6-epf-trainees"
+    GIT_TRAINEE_REPOSITORY: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git"
   when: manual
   cache:
     paths:
@@ -48,7 +48,7 @@ deploy_solution_day_2_step_1:
     - cd scripts
     - python deploy_solution.py day-2 step-1
   variables:
-    GIT_TRAINEE_REPOSITORY: "https://gitlab.takima.io/school/formation-dev-web/es6-epf-trainees"
+    GIT_TRAINEE_REPOSITORY: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git"
   when: manual
   needs: []
   cache:
@@ -74,7 +74,7 @@ deploy_all_solutions_day_2:
     - cd scripts
     - python deploy_solution.py day-2 step-1
   variables:
-    GIT_TRAINEE_REPOSITORY: "https://gitlab.takima.io/school/formation-dev-web/es6-epf-trainees"
+    GIT_TRAINEE_REPOSITORY: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git"
   when: manual
   needs: []
   cache:
@@ -100,7 +100,7 @@ clean_trainee_repository:
     - cd scripts
     - python clean_trainee_repo.py
   variables:
-    GIT_TRAINEE_REPOSITORY: "https://gitlab.takima.io/school/formation-dev-web/es6-epf-trainees"
+    GIT_TRAINEE_REPOSITORY: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git"
   cache:
     paths:
       - .cache/pip
-- 
GitLab