Skip to content
Snippets Groups Projects
Commit c822e432 authored by Federico Felici's avatar Federico Felici
Browse files

Correct naming of template tests + deactivate some tests

Deactivate some tests pending the finalized deployment scripts
parent 5a4b1b1f
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,15 @@ test-matlab:
variables:
MATLABCMD: matlab
TESTCASE: basic-tcv
# deactivate others for now pending full deployment scripts
test-matlab850-all:
.test-deployed-matlab850:
extends: .test-deployed-template
variables:
MATLABCMD: matlab850
.test-matlab850-all:
extends: test-matlab850
variables:
TESTCASE: all
......@@ -30,15 +37,10 @@ test-matlab850-all:
- schedules
- web
deploy:
.deploy:
extends: .deploy-to-lac-template
test-matlab850-deployed:
extends: .test-template-deployed
variables:
MATLABCMD: matlab850
test-matlab-deployed:
extends: .test-template-deployed
.test-post-deploy:
extends: .test-post-deploy-template
variables:
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