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

Run tests on CI

parent 01ec71b5
No related branches found
No related tags found
No related merge requests found
Pipeline #8862 failed
......@@ -15,6 +15,7 @@ cache:
stages:
- build
- test
- release
......@@ -49,6 +50,22 @@ build-jpp-latest:
script:
- *virtualenv_definition
test-jpp-12.1.0:
image: docker.km3net.de/jpp:v12-1-0
stage: build
script:
- *virtualenv_definition
- pip install -U pytest
- pytest
test-jpp-latest:
image: docker.km3net.de/jpp:latest
stage: build
script:
- *virtualenv_definition
- pip install -U pytest
- pytest
pypi:
image: docker.km3net.de/base/python:3
stage: release
......
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