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

Cosmetics

parent 904c331d
Branches
No related tags found
No related merge requests found
Pipeline #13869 passed
...@@ -22,8 +22,7 @@ stages: ...@@ -22,8 +22,7 @@ stages:
pip install virtualenv pip install virtualenv
virtualenv venv virtualenv venv
source venv/bin/activate source venv/bin/activate
pip install -r requirements-dev.txt make install-dev
make install
.junit_template: &junit_definition .junit_template: &junit_definition
artifacts: artifacts:
...@@ -64,7 +63,7 @@ test-py3.8: ...@@ -64,7 +63,7 @@ test-py3.8:
<<: *junit_definition <<: *junit_definition
code-style: code-style:
image: docker.km3net.de/base/python:3.7 image: docker.km3net.de/base/python:3.8
stage: test stage: test
script: script:
- *virtualenv_definition - *virtualenv_definition
...@@ -72,7 +71,7 @@ code-style: ...@@ -72,7 +71,7 @@ code-style:
allow_failure: true allow_failure: true
coverage: coverage:
image: docker.km3net.de/base/python:3.6 image: docker.km3net.de/base/python:3.8
stage: coverage stage: coverage
script: script:
- *virtualenv_definition - *virtualenv_definition
...@@ -87,7 +86,7 @@ coverage: ...@@ -87,7 +86,7 @@ coverage:
build-docs: build-docs:
image: docker.km3net.de/base/python:3.6 image: docker.km3net.de/base/python:3.8
stage: doc stage: doc
script: script:
- *virtualenv_definition - *virtualenv_definition
...@@ -95,7 +94,7 @@ build-docs: ...@@ -95,7 +94,7 @@ build-docs:
cache: {} cache: {}
pages: pages:
image: docker.km3net.de/base/python:3.6 image: docker.km3net.de/base/python:3.8
stage: doc stage: doc
script: script:
- *virtualenv_definition - *virtualenv_definition
...@@ -112,7 +111,7 @@ pages: ...@@ -112,7 +111,7 @@ pages:
pypi: pypi:
image: docker.km3net.de/base/python:3 image: docker.km3net.de/base/python:3.8
stage: release stage: release
cache: {} cache: {}
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment