From a34cd7ef9d57a1cf3c3965ddb6624be68fbe94cc Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Tue, 31 Jan 2023 15:21:29 +0000 Subject: [PATCH] trying to get full integrations test working via runner --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d584c9..e4c75bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,8 +44,8 @@ stages: - plotting=$PACKAGES_DIR/plotting/plotting - post_processing=$PACKAGES_DIR/post_processing/ews_postprocessing - source_gen=$PACKAGES_DIR/source_gen - - coordinator=$CI_PROJECT_DIR/coordinator - - coordinator_tests=$CI_PROJECT_DIR/tests + - coordinator=$CI_PROJECT_DIR/coordinator/coordinator + - coordinator_tests=$CI_PROJECT_DIR/coordinator/tests - export PYTHONPATH=$PYTHONPATH:$flagdir:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests - echo $PYTHONPATH -- GitLab