From 48c9b699065bd4d8a02048b4492237a36e81b497 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 20 Apr 2020 11:41:11 +1200 Subject: [PATCH] .gitlab-ci.yml: Run the coverity submission job in parallel with the builds This avoids a flapping test elsewhere delying the submission of the code to coverity for checking. Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7555582e005..913fc705488 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ stages: - images - build - - analysis - report variables: @@ -261,7 +260,7 @@ pages: # Coverity Scan coverity: - stage: analysis + stage: build image: $SAMBA_CI_CONTAINER_IMAGE_fedora32 tags: - docker