From 4a4ee90888f3f4186402148d3847fe4c9cbf5d2c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 16 Jun 2022 11:06:03 +0200 Subject: [PATCH] ci: disable parallel jobs for coverage reports Running in parallel results in spurious failures: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/jobs/24101687 Signed-off-by: Simon Ser --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29f54ec..bb11f08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,7 @@ build-gcc: - CC=gcc meson build/ --fatal-meson-warnings -Dwerror=true -Db_coverage=true - ninja -C build/ - ninja -C build/ test - - ninja -C build/ coverage-xml coverage-html + - ninja -C build/ -j1 coverage-xml coverage-html artifacts: when: always paths: