diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45902096c91057258d93499a06e90982d94afb56..5550b1b2b1746386159dc413b61f1bbf1dd0e2b6 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