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

Remove cache in test jobs

parent 8a03a6e9
No related branches found
No related tags found
No related merge requests found
Pipeline #8991 failed
......@@ -108,7 +108,8 @@ test-jpp-master-py35:
dependencies:
- build-jpp-master-py35
- download-pdfs
cache: {}
test-jpp-master-py36:
image: docker.km3net.de/base/python:3.6
stage: test
......@@ -123,7 +124,8 @@ test-jpp-master-py36:
dependencies:
- build-jpp-master-py36
- download-pdfs
cache: {}
test-jpp-master-py37:
image: docker.km3net.de/base/python:3.7
stage: test
......@@ -138,7 +140,8 @@ test-jpp-master-py37:
dependencies:
- build-jpp-master-py37
- download-pdfs
cache: {}
test-jpp-master-py38:
image: docker.km3net.de/base/python:3.8
stage: test
......@@ -153,7 +156,8 @@ test-jpp-master-py38:
dependencies:
- build-jpp-master-py38
- download-pdfs
cache: {}
pages:
image: docker.km3net.de/base/python:3.8
stage: doc
......
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