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