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 12:51:49 +02:00
parent 9d9a8400b2
commit bc6c042116

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