From 960e969f0699ba684a8a737a19a4ad56424a7e32 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Fri, 3 Feb 2023 15:50:15 +0000
Subject: [PATCH] adding html test report

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42a13a6..168cfe3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,7 +99,7 @@ half_fat_tests:
 
   script:
     - cd $CI_PROJECT_DIR/tests/unit/coordinator/
-    - python3 -m coverage run run_rest_suite.py $CI_PROJECT_DIR/test_reports
+    - python3 -m coverage run run_test_suite.py $CI_PROJECT_DIR/test_reports
     - python -m coverage report
     - python -m coverage html -d $CI_PROJECT_DIR/coverage
 #    - cd $CI_PROJECT_DIR/tests/integration/partial/
-- 
GitLab