From b8f9b67e181a897b7e2d43673f8910e6e2a91461 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Mon, 17 Jul 2023 14:04:29 +0100
Subject: [PATCH] fixing pythonpath in tests after repackaging post processing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8261a9c..8453aaf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,7 +66,7 @@ stages:
       - met_processor=$PACKAGES_DIR2/environmental_suitability
       - met_processor_temp=$PACKAGES_DIR2/environmental_suitability/environmental_suitability
       - plotting=$PACKAGES_DIR2/plotting/plotting
-      - post_processing=$PACKAGES_DIR2/post_processing/ews_postprocessing
+      - post_processing=$PACKAGES_DIR2/post_processing
       - source_gen=$PACKAGES_DIR2/source_gen
       - coordinator=$CI_PROJECT_DIR/coordinator
       - coordinator_tests=$CI_PROJECT_DIR/tests
-- 
GitLab