gitlab-ci: Use Ubuntu 20.04 for Coverity
authorAndreas Schneider <asn@samba.org>
Fri, 18 Mar 2022 15:22:39 +0000 (16:22 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 23 Mar 2022 11:33:33 +0000 (11:33 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
.gitlab-ci-main.yml

index 6934741662e77b218758d545dc4fdd4f34fc0dfe..be01328c138e075f1379c5bfcd8ce0f2812fed1f 100644 (file)
@@ -517,7 +517,7 @@ pages:
 coverity:
   extends: .shared_runner_build_image
   variables:
-    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora34}
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_ubuntu2004}
   stage: build
   script:
     - wget https://scan.coverity.com/download/linux64 --post-data "token=$COVERITY_SCAN_TOKEN&project=$COVERITY_SCAN_PROJECT_NAME" -O /tmp/coverity_tool.tgz