Use $(pwd) instead of $CI_PROJECT_DIR to always get absolute path

(cherry picked from commit e957825eee)
This commit is contained in:
Ondřej Surý
2019-07-02 22:43:53 +02:00
parent 9d9a8400b2
commit bc6c042116
+1 -1
View 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