From 1f06de83a52408f163300e7ed26454f6220b07a1 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 27 Jan 2023 15:01:48 +0000 Subject: [PATCH] experimenting with manual jobs --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbf390c..b9d0335 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,7 +62,6 @@ half_fat_tests: - 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_epi.py - python3 -m coverage run -m unittest test_survey.py - python -m coverage report - python -m coverage html -d $CI_PROJECT_DIR/coverage -- GitLab