FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit db9c6839 authored by L. Bower's avatar L. Bower
Browse files

replacing test docker image with the new production image

parent f1047e1d
No related branches found
No related tags found
No related merge requests found
image: lb584/ews_coordinator:latest
variables: variables:
# NOTE, MAKE SURE ANY PIPELINE-LEVEL VARIABLES ARE UNIQUE TO THIS PIPELINE # 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 # WHEN CALLED FROM A MULTI-PIPELINE TRIGGER, VARIABLES WITH SHARED NAMES WILL BE OVERWRITTEN
...@@ -75,7 +77,6 @@ half_fat_tests: ...@@ -75,7 +77,6 @@ half_fat_tests:
when: always when: always
stage: half-fat stage: half-fat
extends: .before_script extends: .before_script
image: lb584/ews_coordinator_pip:gitlab
script: script:
- cd $CI_PROJECT_DIR/tests/integration/partial/ - cd $CI_PROJECT_DIR/tests/integration/partial/
...@@ -93,7 +94,6 @@ half_fat_epi_tests: ...@@ -93,7 +94,6 @@ half_fat_epi_tests:
when: manual when: manual
stage: half-fat stage: half-fat
extends: .before_script extends: .before_script
image: lb584/ews_coordinator_pip:gitlab
script: script:
- cd $CI_PROJECT_DIR/tests/integration/partial/ - cd $CI_PROJECT_DIR/tests/integration/partial/
...@@ -111,7 +111,6 @@ full_fat_depo: ...@@ -111,7 +111,6 @@ full_fat_depo:
when: manual when: manual
stage: full-fat stage: full-fat
extends: .before_script extends: .before_script
image: lb584/ews_coordinator_pip:gitlab
tags: ["ewas-production"] tags: ["ewas-production"]
script: script:
- > - >
...@@ -133,7 +132,6 @@ full_fat_env_suit: ...@@ -133,7 +132,6 @@ full_fat_env_suit:
when: manual when: manual
stage: full-fat stage: full-fat
extends: .before_script extends: .before_script
image: lb584/ews_coordinator_pip:gitlab
tags: ["ewas-production"] tags: ["ewas-production"]
script: script:
- > - >
...@@ -155,7 +153,6 @@ full_fat_survey: ...@@ -155,7 +153,6 @@ full_fat_survey:
when: manual when: manual
stage: full-fat stage: full-fat
extends: .before_script extends: .before_script
image: lb584/ews_coordinator_pip:gitlab
tags: ["ewas-production"] tags: ["ewas-production"]
script: script:
- > - >
...@@ -176,7 +173,6 @@ full_fat_advisory: ...@@ -176,7 +173,6 @@ full_fat_advisory:
when: manual when: manual
stage: full-fat stage: full-fat
extends: .before_script extends: .before_script
image: lb584/ews_coordinator_pip:gitlab
tags: ["ewas-production"] tags: ["ewas-production"]
script: script:
- > - >
...@@ -198,7 +194,6 @@ full_fat_epi: ...@@ -198,7 +194,6 @@ full_fat_epi:
when: manual when: manual
stage: full-fat stage: full-fat
extends: .before_script extends: .before_script
image: lb584/ews_coordinator_pip:gitlab
tags: ["ewas-production"] tags: ["ewas-production"]
script: script:
- > - >
...@@ -220,7 +215,6 @@ pages: ...@@ -220,7 +215,6 @@ pages:
when: manual when: manual
stage: docs stage: docs
extends: .before_script extends: .before_script
image: lb584/ews_coordinator_pip:gitlab
script: script:
- export PATH=$PATH:/home/ewsmanager/.local/bin - export PATH=$PATH:/home/ewsmanager/.local/bin
- pip install sphinx - pip install sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment