From 8e86a35492f762e0b93ce7a5edf3e256cde6c4c7 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 20 May 2017 15:36:56 +0200 Subject: [PATCH] location of env files has changed --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0542a5252..4455c9cf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ before_script: - while [ $(awk "/$CI_PIPELINE_ID/{print NR}" $TESTROOT/GitLabCI.queue) != 1 ]; do sleep 5m; done - - source $DAMASKROOT/DAMASK_env.sh + - source $DAMASKROOT/env/DAMASK.sh - cd $DAMASKROOT/PRIVATE/testing ################################################################################################### @@ -99,7 +99,7 @@ checkout: - git clone -q git@magit1.mpie.de:damask/DAMASK.git . - git checkout $CI_COMMIT_SHA - git submodule update --init - - source DAMASK_env.sh + - source env/DAMASK.sh - make processing except: - master