From ce958ff6afaebeeaf10673a6886b956e61cba090 Mon Sep 17 00:00:00 2001
From: Federico Felici <federico.felici@epfl.ch>
Date: Thu, 30 Sep 2021 16:28:51 +0200
Subject: [PATCH] also fix gitlab-ci with correct report names

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d37c9de0..0e3842cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,10 +50,10 @@ test-matlab-9.6.0-all:
   - web
   artifacts:
    paths:
-    - test_${TESTCASE}_2019a_cov.xml
+    - test_${TBXTARGET}_${TESTCASE}_2019a_cov.xml
    reports:
-    junit: test_${TESTCASE}_2019a.xml
-    cobertura: test_${TESTCASE}_2019a_cov.xml
+    junit: test_${TBXTARGET}_${TESTCASE}_2019a.xml
+    cobertura: test_${TBXTARGET}_${TESTCASE}_2019a_cov.xml
 
 # Post test report collection
 code-coverage-960:
-- 
GitLab