Skip to content
Snippets Groups Projects
Unverified Commit d44efe0d authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Use CI image with python and java

parent f91cb672
Branches 75-add-support-for-scale-factors
No related tags found
No related merge requests found
Pipeline #12691 failed
......@@ -6,7 +6,7 @@ stages:
doctest:
stage: test
image: python:3.7
image: ${CI_REGISTRY_IMAGE}/python-java
script:
- pip install -r requirements.txt
- pip install -r dev-requirements.txt
......@@ -14,7 +14,7 @@ doctest:
unittest:
stage: test
image: python:3.7
image: ${CI_REGISTRY_IMAGE}/python-java
script:
- pip install -r requirements.txt
- pip install -r dev-requirements.txt
......
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