Commit 158c0639 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fix pipeline

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 4489aa08
...@@ -179,7 +179,7 @@ pipeline { ...@@ -179,7 +179,7 @@ pipeline {
stage ("Image Test Processes") { stage ("Image Test Processes") {
parallel { parallel {
stage ("Physical Simulators") { stage ("Physical Simulators") {
when { expression {doFlexranCtrlTest && doMandatoryTests} } when { expression {doMandatoryTests} }
steps { steps {
script { script {
triggerSlaveJob ('RAN-PhySim-Cluster', 'Test-Physim-Cluster') triggerSlaveJob ('RAN-PhySim-Cluster', 'Test-Physim-Cluster')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment