diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75e7d9265e24e2fc1898728840d32f4778bbad32..674f27f59f38eda7fe32d89714ab0be8d3118497 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ test-matlab850-basic: MATLABCMD: matlab850 TESTCASE: basic -test-matlab920: +test-matlab920-basic: extends: .test-template before_script: - cd matlab @@ -24,6 +24,24 @@ test-matlab920: MATLABCMD: matlab920 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: extends: .test-template-deployed variables: