From b57aadc90172e806f9babba49a742d6c83ce8632 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 12 Jan 2024 15:13:04 +0000 Subject: [PATCH] ...now Im making tests run with the new image --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56c3234..2b509f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,7 +106,7 @@ half_fat_epi_tests: when: manual stage: half-fat extends: .before_script - image: lb584/ews_coordinator:latest + image: lb584/ews_coordinator_pip:latest script: - cd $CI_PROJECT_DIR/tests/integration/partial/ @@ -124,7 +124,7 @@ full_fat_depo: when: manual stage: full-fat extends: .before_script - image: lb584/ews_coordinator:latest + image: lb584/ews_coordinator_pip:latest tags: ["ewas-production"] script: - > @@ -157,7 +157,7 @@ full_fat_env_suit: when: manual stage: full-fat extends: .before_script - image: lb584/ews_coordinator:latest + image: lb584/ews_coordinator_pip:latest tags: ["ewas-production"] script: - > @@ -190,7 +190,7 @@ full_fat_survey: when: manual stage: full-fat extends: .before_script - image: lb584/ews_coordinator:latest + image: lb584/ews_coordinator_pip:latest tags: ["ewas-production"] script: - > @@ -223,7 +223,7 @@ full_fat_advisory: when: manual stage: full-fat extends: .before_script - image: lb584/ews_coordinator:latest + image: lb584/ews_coordinator_pip:latest tags: ["ewas-production"] script: - > @@ -256,7 +256,7 @@ full_fat_epi: when: manual stage: full-fat extends: .before_script - image: lb584/ews_coordinator:latest + image: lb584/ews_coordinator_pip:latest tags: ["ewas-production"] script: - > @@ -289,7 +289,7 @@ pages: when: manual stage: docs extends: .before_script - image: lb584/ews_coordinator:latest + image: lb584/ews_coordinator_pip:latest script: - export PATH=$PATH:/home/ewsmanager/.local/bin - pip install sphinx -- GitLab