From 00464641af97bbe7e2a2c705a450e564f246e0cc Mon Sep 17 00:00:00 2001
From: Olivier Sauter <Olivier.Sauter@epfl.ch>
Date: Mon, 11 Oct 2021 15:48:42 +0200
Subject: [PATCH] change imas test to tcv_imas since only tcv2ids is tested
 there

---
 .gitlab-ci.yml                  | 8 ++++----
 matlab/tests/test_tcv_get_ids.m | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7da63f43..45902096 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,13 +25,13 @@ TCV-960:
     junit: test_${TBXTARGET}_${TESTCASE}_2019a.xml
     cobertura: test_${TBXTARGET}_${TESTCASE}_2019a_cov.xml
 
-IMAS-960:
+TCV_IMAS-960:
   extends: .test-template
   tags:
   - lac8-gituser
   variables:
     MATLABCMD: matlab960
-    TESTCASE: imas
+    TESTCASE: tcv_imas
   artifacts:
    paths:
     - test_${TBXTARGET}_${TESTCASE}_2019a_cov.xml
@@ -49,11 +49,11 @@ TCV-920:
     junit: test_${TBXTARGET}_${TESTCASE}_2017a.xml
 
 
-IMAS-920:
+TCV_IMAS-920:
   extends: .test-template
   variables:
     MATLABCMD: matlab920
-    TESTCASE: imas
+    TESTCASE: tcv_imas
   artifacts:
    reports:
     junit: test_${TBXTARGET}_${TESTCASE}_2017a.xml
diff --git a/matlab/tests/test_tcv_get_ids.m b/matlab/tests/test_tcv_get_ids.m
index e8cb4302..110f1dbe 100644
--- a/matlab/tests/test_tcv_get_ids.m
+++ b/matlab/tests/test_tcv_get_ids.m
@@ -1,4 +1,4 @@
-classdef (TestTags={'imas','tcv'},SharedTestFixtures={...
+classdef (TestTags={'tcv_imas'},SharedTestFixtures={...
     check_mds,check_gdatpaths})...
     test_tcv_get_ids < matlab.unittest.TestCase
     % Tests link between TCV data to matlab ids structure and  ids empty structure
-- 
GitLab