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

evoal:deploy depends on evoal:unit and not on dsl:unit.

parent 7f527727
No related branches found
No related tags found
No related merge requests found
Pipeline #232081 passed
......@@ -132,7 +132,7 @@ evoal:unit:
evoal:deploy:
stage: Release
needs: ["dsl:unit"]
needs: ["evoal:compile", "evoal:unit"]
tags:
- docker
image: $EVOAL_IMAGE
......
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