From 49e1d1cd9132c64345b58fe790ff754e6874c2e0 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Fri, 28 Oct 2022 15:38:45 +0100
Subject: [PATCH] test restructuring

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f783d1..fe7ab1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,12 +47,13 @@ before_script:
   - coordinator_tests=$CI_PROJECT_DIR/tests
   - export PYTHONPATH=$PYTHONPATH:$flagdir:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests
 
-test:
-  script:
     - echo $PYTHONPATH
     - python3 -m unittest tests/unit/coordinator/example_test.py
     - cd $CI_PROJECT_DIR/tests/integration
     - ls ../
+
+test:
+  script:
     - python3 -m unittest test_deposition.py
     - python3 -m unittest test_env_suit.py
     - python3 -m unittest test_survey.py
-- 
GitLab