From 1f36c3d68509519361ce117b01e64db720d22dc1 Mon Sep 17 00:00:00 2001 From: Olivier Sauter <Olivier.Sauter@epfl.ch> Date: Tue, 26 May 2020 22:56:13 +0200 Subject: [PATCH] rm test matla940 not existing --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c426f3a1..090b313f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: MATVER: 906 # no build for gdat, so don't define jobs for build phase - + # test jobs test-matlab-8.5.0: extends: .test-template @@ -52,16 +52,16 @@ test-staging-960: variables: MATLABCMD: matlab960 -test-staging-940: - extends: .test-staging-template - variables: - MATLABCMD: matlab940 +#test-staging-940: +# extends: .test-staging-template +# variables: +# MATLABCMD: matlab940 test-staging-920: extends: .test-staging-template variables: MATLABCMD: matlab920 - + test-staging-900: extends: .test-staging-template variables: @@ -71,13 +71,13 @@ test-staging-850: extends: .test-staging-template variables: MATLABCMD: matlab850 - + # pre-deployment pre-deployment-checks: extends: .pre-deployment-checks-template -# deploy -deploy: +# deploy +deploy: extends: .deploy-to-lac-template # test post-deploy -- GitLab