Skip to content
Snippets Groups Projects
Commit 0f4a8537 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix path argument

parent 46f0aadf
No related branches found
No related tags found
No related merge requests found
......@@ -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 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 pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
- pip install -U pytest
- pytest
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment