diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c9a2af19e1d27f2ea3bc36c113e483a7d61f4ab..66586dff10fa14870f324baccaf18d100386bda1 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: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git" + GIT_TRAINEE_REPOSITORY: "gitlab.takima.io/school/formation-dev-web/es6-epf-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: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git" + GIT_TRAINEE_REPOSITORY: "gitlab.takima.io/school/formation-dev-web/es6-epf-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: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git" + GIT_TRAINEE_REPOSITORY: "gitlab.takima.io/school/formation-dev-web/es6-epf-trainees.git" when: manual needs: [] cache: @@ -100,7 +100,7 @@ clean_trainee_repository: - cd scripts - python clean_trainee_repo.py variables: - GIT_TRAINEE_REPOSITORY: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git" + GIT_TRAINEE_REPOSITORY: "gitlab.takima.io/school/formation-dev-web/es6-epf-trainees.git" cache: paths: - .cache/pip