Skip to content
Snippets Groups Projects
Commit 70a16903 authored by ViaFerrata's avatar ViaFerrata
Browse files

Fix CI.

parent 0cabdb7d
No related branches found
No related tags found
Loading
stages:
- test
- install
- doc
- release
......@@ -8,11 +8,11 @@ before_script:
- pip install -U pip setuptools wheel numpy
- pip install .
test:
install-os:
image: docker.km3net.de/base/python:3
stage: test
stage: install
script:
- echo narf
- pip install .
pages:
image: docker.km3net.de/base/python:3
......@@ -23,6 +23,9 @@ pages:
artifacts:
paths:
- public
only:
- tags
- master
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