From a891540d344fbe515012ad59f018d4eb403195be Mon Sep 17 00:00:00 2001 From: Federico Felici <federico.felici@epfl.ch> Date: Tue, 2 Jul 2019 22:58:48 +0200 Subject: [PATCH] Add extensive test cases --- .gitlab-ci.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75e7d926..674f27f5 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: -- GitLab