FAQ | This is a LIVE service | Changelog

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

adding flag for storing output after running

parent db897c4a
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ stages:
- coordinator=$CI_PROJECT_DIR/coordinator
- coordinator_tests=$CI_PROJECT_DIR/tests
- export PYTHONPATH=$PYTHONPATH:$coordinator:$coordinator_tests
- echo $PYTHONPATH
- ls $PACKAGES_DIR
- source /storage/app/miniconda3/bin/activate /storage/app/EWS_prod/envs/conda/py3EWS/
......@@ -133,7 +134,7 @@ half_fat_epi_tests:
full_fat_tests:
when: manual
stage: full-fat
# extends: .half_fat_before_script
extends: .half_fat_before_script
image: lb584/ews_coordinator:latest
tags: ["ewas-production"]
script:
......@@ -147,7 +148,7 @@ full_fat_tests:
#echo "this is a manual job"
#cd $CI_PROJECT_DIR/tests/integration/full/
cd $CI_PROJECT_DIR/tests/integration/full/
#ls
......
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