From 3b284e78e04437826a4e02881ef6a5cdb1b42d03 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Tue, 2 May 2023 10:47:20 +0100 Subject: [PATCH] just testing env suit --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6002368..5babf43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,10 +80,10 @@ half_fat_tests: script: - cd $CI_PROJECT_DIR/tests/integration/partial/ - python3 -m coverage run run_test_suite.py $CI_PROJECT_DIR/test_reports - - python3 -m coverage run -m unittest test_advisory.py - - python3 -m coverage run -m unittest test_deposition.py - - python3 -m coverage run -m unittest test_env_suit.py - - python3 -m coverage run -m unittest test_survey.py +# - python3 -m coverage run -m unittest test_advisory.py +# - python3 -m coverage run -m unittest test_deposition.py +# - python3 -m coverage run -m unittest test_env_suit.py +# - python3 -m coverage run -m unittest test_survey.py - python3 -m coverage report - python3 -m coverage html -d $CI_PROJECT_DIR/coverage # - ls -- GitLab