From f63d907119ee75341191220c6b11f6b4a12e30db Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 19 Sep 2019 23:12:34 +0200 Subject: [PATCH] wrong variable name --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1b03600e..8e216346a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -395,7 +395,7 @@ Phenopowerlaw_singleSlip: Marc_compileIfort2018_1: stage: compileMarc script: - - module load $IntelMarc $HDF5Marc $MSC_2018_1 + - module load $IntelMarc $HDF5Marc $MSC2018_1 - export DAMASK_HDF5=ON - Marc_compileIfort/test.py -m 2018.1 except: @@ -404,7 +404,7 @@ Marc_compileIfort2018_1: Marc_compileIfort2019: stage: compileMarc script: - - module load $IntelMarc $HDF5Marc $MSC_2019 + - module load $IntelMarc $HDF5Marc $MSC2019 - export DAMASK_HDF5=ON - Marc_compileIfort/test.py -m 2019 except: