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

WIP: Pipeline dependencies

parent 2524bbf3
Branches
Tags
2 merge requests!39Release 0.4.0,!35Pipeline streamlining
Pipeline #19894 canceled
......@@ -64,6 +64,7 @@ test:
- rc=`cat .docker/result`
- exit $rc
dependencies: [cert]
needs: [cert]
artifacts:
paths:
- caosdb_log.txt
......@@ -95,6 +96,7 @@ cert:
tags: [docker]
stage: cert
image: $CI_REGISTRY_IMAGE
needs: [build-testenv]
artifacts:
paths:
- .docker/cert/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment