From: Ondřej Surý Date: Tue, 2 Jul 2019 10:51:49 +0000 (+0200) Subject: Use $(pwd) instead of $CI_PROJECT_DIR to always get absolute path X-Git-Tag: v9.15.2~14^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e957825eeea45c34acd824c483da2d4c138b747a;p=thirdparty%2Fbind9.git Use $(pwd) instead of $CI_PROJECT_DIR to always get absolute path --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f93f784bc9..786380466c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -163,7 +163,7 @@ autoconf: &autoconf_job <<: *default_triggering_rules stage: test before_script: - - export KYUA_RESULT="$CI_PROJECT_DIR/kyua.results" + - KYUA_RESULT="$(pwd)/kyua.results" - bash -x util/prepare-softhsm2.sh script: - make unit