]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use $(pwd) instead of $CI_PROJECT_DIR to always get absolute path
authorOndřej Surý <ondrej@sury.org>
Tue, 2 Jul 2019 10:51:49 +0000 (12:51 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 2 Jul 2019 20:44:30 +0000 (22:44 +0200)
(cherry picked from commit e957825eeea45c34acd824c483da2d4c138b747a)

.gitlab-ci.yml

index 87cb41335a235891a7bd9c69b7365096ce3c93f7..0728267e20b080248e9e22238f0de3fa3f37737d 100644 (file)
@@ -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