From c9a42a7b47d2725757f88c1b2114790046bd9338 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 15 Nov 2018 06:31:55 +0100 Subject: [PATCH] inactive stage does not work --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 661a96495..3a4f3cefd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -369,14 +369,14 @@ Marc_compileIfort2017: ################################################################################################### -Marc_compileIfort2018_1: - stage: compileMarc2018_1 - script: - - module load $IntelCompiler17_0 $MSC2018_1 - - Marc_compileIfort/test.py -m 2018.1 - except: - - master - - release +#Marc_compileIfort2018_1: +# stage: compileMarc2018_1 +# script: +# - module load $IntelCompiler17_0 $MSC2018_1 +# - Marc_compileIfort/test.py -m 2018.1 +# except: +# - master +# - release ###################################################################################################