diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bef6df8ccb78bb66d5770db995a5a6388f578bcc..7ced267e7cd36d0c623bd7f9265514bfeef44e67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,7 @@ test-jpp-12.1.0: script: - *virtualenv_definition - mkdir -p pdfs - - JMakePDF.sh -W pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C + - JMakePDF.sh -W $(pwd)/pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C - pip install -U pytest - pytest cache: @@ -69,7 +69,7 @@ test-jpp-latest: script: - *virtualenv_definition - mkdir -p pdfs - - JMakePDF.sh -W pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C + - JMakePDF.sh -W $(pwd)/pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C - pip install -U pytest - pytest cache: