diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 8f274640..300a7749 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { } agent { docker { - image 'eive-obsw:d2' + image 'eive-obsw-ci:d2' args '--sysctl fs.mqueue.msg_max=100' } }