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

Add deployment stage and post-deploy tests

parent 09ab0fef
No related branches found
No related tags found
1 merge request!4Feature/testsuite
...@@ -5,8 +5,6 @@ include: ...@@ -5,8 +5,6 @@ include:
# no build for gdat, so don't define jobs for this phase # no build for gdat, so don't define jobs for this phase
.deploy: # do later
extends: .deploy-to-lac-template
test-matlab850: test-matlab850:
extends: .test-template extends: .test-template
...@@ -32,12 +30,15 @@ test-matlab850-all: ...@@ -32,12 +30,15 @@ test-matlab850-all:
- schedules - schedules
- web - web
.test-matlab850-deployed: deploy:
extends: .deploy-to-lac-template
test-matlab850-deployed:
extends: .test-template-deployed extends: .test-template-deployed
variables: variables:
MATLABCMD: matlab850 MATLABCMD: matlab850
.test-matlab-deployed: test-matlab-deployed:
extends: .test-template-deployed extends: .test-template-deployed
variables: variables:
MATLABCMD: matlab 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