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

Download Jpp PDFs for testing

parent 143c8245
No related branches found
No related tags found
No related merge requests found
Pipeline #8864 failed
......@@ -55,16 +55,26 @@ test-jpp-12.1.0:
stage: build
script:
- *virtualenv_definition
- mkdir -p pdfs
- JMakePDF.sh -W pdfs/ -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
- pip install -U pytest
- pytest
cache:
paths:
- pdfs/
test-jpp-latest:
image: docker.km3net.de/jpp:latest
stage: build
script:
- *virtualenv_definition
- mkdir -p pdfs
- JMakePDF.sh -W pdfs/ -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
- pip install -U pytest
- pytest
cache:
paths:
- pdfs/
pypi:
image: docker.km3net.de/base/python:3
......
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