mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
.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>
This commit is contained in:
parent
895c729ce3
commit
48c9b69906
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user