Skip to content
Snippets Groups Projects
Commit f85b2a85 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Set required image for the package functionality

parent e4cb00e6
No related branches found
No related tags found
1 merge request!1Merge python environment
Pipeline #9027 failed
image: docker.km3net.de/base/singularity:3.1
image: docker.km3net.de/base/singularity-py3:3.5.3
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
......@@ -37,7 +37,7 @@ stages:
test:
image: docker.km3net.de/base/singularity:3.1
image: docker.km3net.de/base/singularity-py3:3.5.3
stage: test
script:
- *virtualenv_definition
......@@ -46,7 +46,7 @@ test:
<<: *junit_definition
code-style:
image: docker.km3net.de/base/singularity:3.1
image: docker.km3net.de/base/singularity-py3:3.5.3
stage: test
script:
- *virtualenv_definition
......@@ -54,7 +54,7 @@ code-style:
allow_failure: true
coverage:
image: docker.km3net.de/base/singularity:3.1
image: docker.km3net.de/base/singularity-py3:3.5.3
stage: coverage
script:
- *virtualenv_definition
......
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