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

WIP: Pipeline dependencies

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