diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ad55369a5da1e440260a8423c61173e56b38107..d0cc6821f518ff0ed1a40999099dad3d59eb0e0f 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