From 472d7f04657f1e38179bd444b05556a32ffe86b5 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 12 Jan 2024 16:37:18 +0000 Subject: [PATCH] fixing docs --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b8b840..6512387 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ half_fat_tests: when: always stage: half-fat extends: .before_script - image: lb584/ews_coordinator_pip:latest + image: lb584/ews_coordinator_pip:gitlab script: - cd $CI_PROJECT_DIR/tests/integration/partial/ @@ -106,7 +106,7 @@ half_fat_epi_tests: when: manual stage: half-fat extends: .before_script - image: lb584/ews_coordinator_pip:latest + image: lb584/ews_coordinator_pip:gitlab 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_pip:latest + image: lb584/ews_coordinator_pip:gitlab tags: ["ewas-production"] script: - > @@ -157,7 +157,7 @@ full_fat_env_suit: when: manual stage: full-fat extends: .before_script - image: lb584/ews_coordinator_pip:latest + image: lb584/ews_coordinator_pip:gitlab tags: ["ewas-production"] script: - > @@ -190,7 +190,7 @@ full_fat_survey: when: manual stage: full-fat extends: .before_script - image: lb584/ews_coordinator_pip:latest + image: lb584/ews_coordinator_pip:gitlab tags: ["ewas-production"] script: - > @@ -223,7 +223,7 @@ full_fat_advisory: when: manual stage: full-fat extends: .before_script - image: lb584/ews_coordinator_pip:latest + image: lb584/ews_coordinator_pip:gitlab tags: ["ewas-production"] script: - > @@ -256,7 +256,7 @@ full_fat_epi: when: manual stage: full-fat extends: .before_script - image: lb584/ews_coordinator_pip:latest + image: lb584/ews_coordinator_pip:gitlab tags: ["ewas-production"] script: - > @@ -289,7 +289,7 @@ pages: when: manual stage: docs extends: .before_script - image: lb584/ews_coordinator_pip:latest + image: lb584/ews_coordinator_pip:gitlab script: - export PATH=$PATH:/home/ewsmanager/.local/bin - pip install sphinx -- GitLab