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

Add extensive test cases

parent 4c9749ce
No related branches found
No related tags found
1 merge request!4Feature/testsuite
...@@ -16,7 +16,7 @@ test-matlab850-basic: ...@@ -16,7 +16,7 @@ test-matlab850-basic:
MATLABCMD: matlab850 MATLABCMD: matlab850
TESTCASE: basic TESTCASE: basic
test-matlab920: test-matlab920-basic:
extends: .test-template extends: .test-template
before_script: before_script:
- cd matlab - cd matlab
...@@ -24,6 +24,24 @@ test-matlab920: ...@@ -24,6 +24,24 @@ test-matlab920:
MATLABCMD: matlab920 MATLABCMD: matlab920
TESTCASE: basic TESTCASE: basic
test-matlab920-all:
extends: test-matlab850-basic
variables:
TESTCASE: all
only:
- schedules
- web
- master
test-matlab850-all:
extends: test-matlab920-basic
variables:
TESTCASE: all
only:
- schedules
- web
- master
.test-matlab850-deployed: .test-matlab850-deployed:
extends: .test-template-deployed extends: .test-template-deployed
variables: variables:
......
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