From 0ae6f0fb953ac569aab6f53db6d2ad96bc63f5a3 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Fri, 19 Jan 2024 10:40:04 +0000
Subject: [PATCH] removing htmltestrunner while looking for replacement that
 works with more recent python version

---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d79557..6ad5536 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,10 +88,6 @@ 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 report
     - python3 -m coverage html -d $CI_PROJECT_DIR/coverage
 #    - ls
-- 
GitLab