summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2020-04-20 11:41:11 +1200
committerAndrew Bartlett <abartlet@samba.org>2020-10-23 03:25:35 +0000
commit48c9b699065bd4d8a02048b4492237a36e81b497 (patch)
tree940a6ce91ef4934451489eabe386fb8e382cad2c /.gitlab-ci.yml
parent895c729ce36107af44ce8564f8ef9bcf46d98b70 (diff)
downloadsamba-48c9b699065bd4d8a02048b4492237a36e81b497.tar.gz
.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 <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 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