Skip to content
Snippets Groups Projects
Commit 09ab0fef authored by Federico Felici's avatar Federico Felici Committed by Olivier Sauter
Browse files

Specify to run basic-tcv test case +default matlab

parent b2e3987e
No related branches found
No related tags found
1 merge request!4Feature/testsuite
...@@ -14,15 +14,15 @@ test-matlab850: ...@@ -14,15 +14,15 @@ test-matlab850:
- cd matlab - cd matlab
variables: variables:
MATLABCMD: matlab850 MATLABCMD: matlab850
TESTCASE: basic TESTCASE: basic-tcv
test-matlab920: test-matlab:
extends: .test-template extends: .test-template
before_script: before_script:
- cd matlab - cd matlab
variables: variables:
MATLABCMD: matlab920 MATLABCMD: matlab
TESTCASE: basic TESTCASE: basic-tcv
test-matlab850-all: test-matlab850-all:
extends: test-matlab850 extends: test-matlab850
...@@ -31,14 +31,13 @@ test-matlab850-all: ...@@ -31,14 +31,13 @@ test-matlab850-all:
only: only:
- schedules - schedules
- web - web
- master
.test-matlab850-deployed: .test-matlab850-deployed:
extends: .test-template-deployed extends: .test-template-deployed
variables: variables:
MATLABCMD: matlab850 MATLABCMD: matlab850
.test-matlab920-deployed: .test-matlab-deployed:
extends: .test-template-deployed extends: .test-template-deployed
variables: variables:
MATLABCMD: matlab920 MATLABCMD: matlab
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment