Skip to content
Snippets Groups Projects
Verified Commit 2c766d85 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Pipeline dependencies

parent a87e08b8
Branches
Tags
2 merge requests!39Release 0.4.0,!35Pipeline streamlining
Pipeline #19895 failed
......@@ -108,6 +108,7 @@ style:
tags: [docker]
stage: style
image: $CI_REGISTRY_IMAGE
needs: []
script:
- make style
allow_failure: true
......@@ -116,6 +117,7 @@ unittest:
tags: [docker]
stage: unittest
image: $CI_REGISTRY_IMAGE
needs: []
script:
- tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment