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

FIX: Call Octave and Julia tests only after successful cppinttest.

parent f379100f
No related branches found
No related tags found
No related merge requests found
Pipeline #30716 failed
......@@ -176,7 +176,7 @@ trigger_inttest:
# After the cppinttest have been successful, also start tests for Octave...
trigger_octavelib:
stage: deploy
needs: [ trigger_prepare ]
needs: [ trigger_inttest ]
inherit:
variables:
# List the variables that shall be inherited, which also means they will override any equally
......@@ -195,7 +195,7 @@ trigger_octavelib:
# ... and for Julia.
trigger_julialib:
stage: deploy
needs: [ trigger_prepare ]
needs: [ 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