From 8ac13aa811c78ae57feb594e1e8831f789fc3ebf Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Fri, 12 Jul 2024 11:20:03 +0100
Subject: [PATCH] more test work

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87620e5..267d220 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -128,8 +128,7 @@ full_fat_depo:
       --custom_dir_prefix temp_depo_2024-07-12_095208
   artifacts:
     paths:
-      - $CI_PROJECT_DIR/coverage
-      - $CI_PROJECT_DIR/test_reports
+      - ${TEST_WORKSPACE_DIR}/integration/full/temp_depo_2024-07-12_095208/*.html
     expire_in: 10 days
 
 full_fat_env_suit:
-- 
GitLab