diff --git a/Makefile b/Makefile
index 46c8eaa8aaa361262b4689bc8e9164c29e262717..c9b45d06428aef82750c8e3660cac03159edfbe0 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ test: ${QOSMNGR_LIB}
 coverage: CFLAGS += -g -O0 -fprofile-arcs -ftest-coverage -fPIC
 coverage: LDFLAGS += --coverage
 coverage: test $(PROG)
-	$(foreach testprog, $(CODECOVERAGE_SRC), $(GCOV) $(testprog);)
+#	$(foreach testprog, $(CODECOVERAGE_SRC), $(GCOV) $(testprog);)
 
 unit-test: test
 	$(MAKE) -C test/cmocka unit-test
diff --git a/gitlab-ci/iopsys-supervisord.conf b/gitlab-ci/iopsys-supervisord.conf
index 7e169d116f053980429826f58f2d970db850f706..85bb9c784d51e7ab23316dcc7cf9b61740dad1fc 100644
--- a/gitlab-ci/iopsys-supervisord.conf
+++ b/gitlab-ci/iopsys-supervisord.conf
@@ -2,4 +2,4 @@
 command=/bin/bash -c "/usr/sbin/ubusd"
 
 [program:qos]
-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/qosmngr/qosmngr"
+command=/bin/bash -c "mkdir -p /opt/work && /usr/bin/valgrind --xml=yes --xml-file=/opt/work/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/qosmngr/qosmngr"