From db9c6839d04102aee6969142b18bf763b32964a6 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 30 Jan 2024 15:40:34 +0000
Subject: [PATCH] replacing test docker image with the new production image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07bdae1..ff07e40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,6 @@
 
+image: lb584/ews_coordinator:latest
+
 variables:
   # NOTE, MAKE SURE ANY PIPELINE-LEVEL VARIABLES ARE UNIQUE TO THIS PIPELINE
   # WHEN CALLED FROM A MULTI-PIPELINE TRIGGER, VARIABLES WITH SHARED NAMES WILL BE OVERWRITTEN
@@ -75,7 +77,6 @@ half_fat_tests:
   when: always
   stage: half-fat
   extends: .before_script
-  image: lb584/ews_coordinator_pip:gitlab
 
   script:
     - cd $CI_PROJECT_DIR/tests/integration/partial/
@@ -93,7 +94,6 @@ half_fat_epi_tests:
   when: manual
   stage: half-fat
   extends: .before_script
-  image: lb584/ews_coordinator_pip:gitlab
 
   script:
     - cd $CI_PROJECT_DIR/tests/integration/partial/
@@ -111,7 +111,6 @@ full_fat_depo:
   when: manual
   stage: full-fat
   extends: .before_script
-  image: lb584/ews_coordinator_pip:gitlab
   tags: ["ewas-production"]
   script:
     - >
@@ -133,7 +132,6 @@ full_fat_env_suit:
   when: manual
   stage: full-fat
   extends: .before_script
-  image: lb584/ews_coordinator_pip:gitlab
   tags: ["ewas-production"]
   script:
     - >
@@ -155,7 +153,6 @@ full_fat_survey:
   when: manual
   stage: full-fat
   extends: .before_script
-  image: lb584/ews_coordinator_pip:gitlab
   tags: ["ewas-production"]
   script:
     - >
@@ -176,7 +173,6 @@ full_fat_advisory:
   when: manual
   stage: full-fat
   extends: .before_script
-  image: lb584/ews_coordinator_pip:gitlab
   tags: ["ewas-production"]
   script:
     - >
@@ -198,7 +194,6 @@ full_fat_epi:
   when: manual
   stage: full-fat
   extends: .before_script
-  image: lb584/ews_coordinator_pip:gitlab
   tags: ["ewas-production"]
   script:
     - >
@@ -220,7 +215,6 @@ pages:
   when: manual
   stage: docs
   extends: .before_script
-  image: lb584/ews_coordinator_pip:gitlab
   script:
     - export PATH=$PATH:/home/ewsmanager/.local/bin
     - pip install sphinx
-- 
GitLab