From 369682f1f47276375d081fbdd7dddcea26d6885b Mon Sep 17 00:00:00 2001
From: Olivier Sauter <Olivier.Sauter@epfl.ch>
Date: Mon, 11 Oct 2021 17:09:46 +0200
Subject: [PATCH] add testcases explicitly as empty choice not ok anymore

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45902096..5550b1b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,15 +73,23 @@ pre-deployment-staging:
 # variables:
 #  MATLABCMD: matlab980
 
-test-staging-960:
+test-staging-960_tcv:
  extends: .test-staging-template
  variables:
   MATLABCMD: matlab960
+  TESTCASE: tcv
+
+test-staging-960_tcv_imas:
+ extends: .test-staging-template
+ variables:
+  MATLABCMD: matlab960
+  TESTCASE: tcv_imas
 
 test-staging-920:
  extends: .test-staging-template
  variables:
   MATLABCMD: matlab920
+  TESTCASE: tcv
 
 # pre-deployment
 pre-deployment-checks:
@@ -92,8 +100,14 @@ deploy:
   extends: .deploy-to-lac-template
 
 # test post-deploy
-test-post-deploy-matlab-9.2.0:
+test-post-deploy-matlab-9.2.0_tcv:
+  extends: .test-post-deploy-template
+  variables:
+    MATLABCMD: matlab920
+    TESTCASE: tcv
+
+test-post-deploy-matlab-9.2.0_tcv_imas:
   extends: .test-post-deploy-template
   variables:
     MATLABCMD: matlab920
-    TESTCASE: basic-tcv
+    TESTCASE: tcv_imas
-- 
GitLab