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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ad5536..d0cc682 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,7 +89,7 @@ half_fat_tests:
     - cd $CI_PROJECT_DIR/tests/integration/partial/
     - python3 -m coverage run run_test_suite.py $CI_PROJECT_DIR/test_reports
     - python3 -m coverage report
-    - python3 -m coverage html -d $CI_PROJECT_DIR/coverage
+#    - python3 -m coverage html -d $CI_PROJECT_DIR/coverage
 #    - ls
   artifacts:
     when: always
@@ -99,7 +99,7 @@ half_fat_tests:
     expire_in: 10 days
 
 half_fat_epi_tests:
-  when: manual
+  when: always
   stage: half-fat
   extends: .before_script
   image: lb584/ews_coordinator_pip:gitlab
@@ -108,7 +108,7 @@ half_fat_epi_tests:
     - cd $CI_PROJECT_DIR/tests/integration/partial/
     - python3 -m coverage run -m unittest test_epi.py
     - python3 -m coverage report
-    - python3 -m coverage html -d $CI_PROJECT_DIR/coverage
+#    - python3 -m coverage html -d $CI_PROJECT_DIR/coverage
     - ls
   artifacts:
     paths:
@@ -282,7 +282,7 @@ full_fat_epi:
     expire_in: 10 days
 
 pages:
-  when: always
+  when: manual
   stage: docs
   extends: .before_script
   image: lb584/ews_coordinator_pip:gitlab
-- 
GitLab