From aea2cb7bf663011a2bd2ebe165a1695bd6012902 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Tue, 31 Jan 2023 15:08:21 +0000 Subject: [PATCH] trying to get full integrations test working via runner --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98b2cea..3b1afe4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,9 +122,7 @@ manual_job: image: lb584/ews_coordinator:latest tags: ["ewas-production"] script: - - ls /storage/app/EWS_prod/code - - ls /storage/app/EWS_prod/code - - export PYTHONPATH="$CI_PYTHON_PATH" + - cd $CI_PROJECT_DIR/tests/integration/full/ - echo $PYTHONPATH - echo "this is a manual job" - full_test_deposition.py --config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json \ -- GitLab