From 2f357133f8f31eab918fc2904fe4579426ca7152 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 31 Jan 2023 15:10:55 +0000
Subject: [PATCH] trying to get full integrations test working via runner

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2de955..301f151 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,7 +67,7 @@ stages:
       - post_processing=$CODE_DIR/post_processing/ews_postprocessing
       - source_gen=$CODE_DIR/source_gen
       - coordinator=$CODE_DIR/coordinator
-      - coordinator_tests=$CODE_DIR/tests
+      - coordinator_tests=$CODE_DIR/coordinator/tests
       - export PYTHONPATH=$PYTHONPATH:$flagdir:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests
 
       - echo $PYTHONPATH
-- 
GitLab