Commit 2c64a0d7 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): fix little typo

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent c832d42e
...@@ -242,7 +242,7 @@ pipeline { ...@@ -242,7 +242,7 @@ pipeline {
when { expression {doMandatoryTests} } when { expression {doMandatoryTests} }
steps { steps {
script { script {
triggerSlaveJob ('RAN-L2-Sim-Test-5G', 'Test-L2-Sim-Container-4G') triggerSlaveJob ('RAN-L2-Sim-Test-5G', 'Test-L2-Sim-Container-5G')
} }
} }
post { post {
......
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