Skip to content
Snippets Groups Projects
Verified Commit 7d1830d0 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent f4a9292f
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -44,7 +44,6 @@ stages:
- setup
- test
- deploy
- trigger_downstream
info:
tags: [cached-dind]
......@@ -176,8 +175,8 @@ trigger_inttest:
# After the cppinttest have been successful, also start tests for Octave...
trigger_octavelib:
stage: trigger_downstream
needs: [ trigger_prepare ]
stage: deploy
needs: [ trigger_prepare, trigger_inttest ]
inherit:
variables:
# List the variables that shall be inherited, which also means they will override any equally
......@@ -198,8 +197,8 @@ trigger_octavelib:
# ... and for Julia.
trigger_julialib:
stage: trigger_downstream
needs: [ trigger_prepare ]
stage: deploy
needs: [ trigger_prepare, trigger_inttest ]
inherit:
variables:
# List the variables that shall be inherited, which also means they will override any equally
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment