inactive stage does not work

This commit is contained in:
Martin Diehl 2018-11-15 06:31:55 +01:00
parent 4e1dc73fc9
commit c9a42a7b47
1 changed files with 8 additions and 8 deletions

View File

@ -369,14 +369,14 @@ Marc_compileIfort2017:
################################################################################################### ###################################################################################################
Marc_compileIfort2018_1: #Marc_compileIfort2018_1:
stage: compileMarc2018_1 # stage: compileMarc2018_1
script: # script:
- module load $IntelCompiler17_0 $MSC2018_1 # - module load $IntelCompiler17_0 $MSC2018_1
- Marc_compileIfort/test.py -m 2018.1 # - Marc_compileIfort/test.py -m 2018.1
except: # except:
- master # - master
- release # - release
################################################################################################### ###################################################################################################