diff --git a/gitlab-ci/iopsys-supervisord.conf b/gitlab-ci/iopsys-supervisord.conf
index 97da2ea15bac0fe6c1f04ee84d63faa0fec25d61..d9b890f0b3a01e42347f715daf1bccf81d1c75cf 100644
--- a/gitlab-ci/iopsys-supervisord.conf
+++ b/gitlab-ci/iopsys-supervisord.conf
@@ -11,7 +11,7 @@ startretries=0
 command=/bin/bash -c "/usr/sbin/rpcd"
 
 [program:ieee1905d]
-priority=1
+priority=3
 autorestart=false
 startretries=0
 command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes /builds/iopsys/ieee1905/ieee1905d"