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.11.9~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8de5ed8f63e9ca2d4046519146542f7ad9f5df;p=thirdparty%2Fbind9.git Use $(pwd) instead of $CI_PROJECT_DIR to always get absolute path (cherry picked from commit e957825eeea45c34acd824c483da2d4c138b747a) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87cb41335a2..0728267e20b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,7 +151,7 @@ stages: <<: *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