Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bin He
openairinterface5G
Commits
158c0639
Commit
158c0639
authored
May 03, 2021
by
Raphael Defosseux
Browse files
CI: fix pipeline
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
4489aa08
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci-scripts/Jenkinsfile-GitLab-Container
View file @
158c0639
...
...
@@ -179,7 +179,7 @@ pipeline {
stage
(
"Image Test Processes"
)
{
parallel
{
stage
(
"Physical Simulators"
)
{
when
{
expression
{
doFlexranCtrlTest
&&
doMandatoryTests
}
}
when
{
expression
{
doMandatoryTests
}
}
steps
{
script
{
triggerSlaveJob
(
'RAN-PhySim-Cluster'
,
'Test-Physim-Cluster'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment