From 7fe650b0f06ddcbe9a4b77a653a7ca4afbccd993 Mon Sep 17 00:00:00 2001 From: Olivier Sauter <Olivier.Sauter@epfl.ch> Date: Tue, 4 May 2021 18:13:19 +0200 Subject: [PATCH] rm all matlab980 test at this stage --- .gitlab-ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 206e0578..5190c3db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,13 @@ variables: # no build for gdat, so don't define jobs for build phase # test jobs -test-matlab-9.8.0: - extends: .test-template - tags: - - lac8-gituser - variables: - MATLABCMD: matlab980 - TESTCASE: basic-tcv +#test-matlab-9.8.0: +# extends: .test-template +# tags: +# - lac8-gituser +# variables: +# MATLABCMD: matlab980 +# TESTCASE: basic-tcv test-matlab-9.6.0: extends: .test-template @@ -56,10 +56,10 @@ pre-deployment-staging: # Staging tests -test-staging-980: - extends: .test-staging-template - variables: - MATLABCMD: matlab980 +#test-staging-980: +# extends: .test-staging-template +# variables: +# MATLABCMD: matlab980 test-staging-960: extends: .test-staging-template -- GitLab