From 39dd05b462ce9b1e4c387d86d121ca470f1b32a8 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Fri, 28 Oct 2022 16:17:47 +0100
Subject: [PATCH] adding coverage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f00589f..2328f97 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,13 +49,14 @@ before_script:
   - export PYTHONPATH=$PYTHONPATH:$flagdir:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests
 
   - echo $PYTHONPATH
-  - python3 -m unittest tests/unit/coordinator/example_test.py
+#  - python3 -m unittest tests/unit/coordinator/example_test.py
   - cd $CI_PROJECT_DIR/tests/integration
   - ls ../
 
 test:
   script:
-    - python3 -m coverage run -m unittest test_deposition.py
+#    - python3 -m coverage run -m unittest test_deposition.py
+    - python3 -m unittest test_deposition.py
 #    - python3 -m unittest test_env_suit.py
 #    - python3 -m unittest test_survey.py
 #    - python3 -m unittest test_advisory.py
-- 
GitLab