Skip to content
Snippets Groups Projects
Commit 05329648 authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

GitLab does not respect dependencies that are not mentioned in the needs area. Somewhat strange.

parent 5468c3c4
No related branches found
No related tags found
No related merge requests found
Pipeline #304588 failed
......@@ -116,6 +116,8 @@ evoal:unit:
dependencies:
- "evoal:compile"
- "dsl:deploy"
needs:
- "evoal:compile"
tags:
- docker
image: $EVOAL_IMAGE
......@@ -137,6 +139,8 @@ evoal:coverage:
stage: EvoAl
dependencies:
- evoal:unit
needs:
- "evoal:unit"
tags:
- docker
image: haynes/jacoco2cobertura:1.0.7
......
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