From 45b1a65a64f9b735ec744443cc5dfb160de739d5 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Tue, 12 Jan 2021 14:29:25 +0000 Subject: [PATCH] Revert Coverity CI to run on Fedora 31 Coverity is not currently supporting GCC 10, so we need to run on GCC 9 for the time being. --- .gitlab/coverity.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/coverity.yml b/.gitlab/coverity.yml index f38097c854..069e09f7c6 100644 --- a/.gitlab/coverity.yml +++ b/.gitlab/coverity.yml @@ -39,6 +39,7 @@ Coverity: tags: - coverity stage: build + image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:31 only: variables: - $SCHEDULED_JOB_NAME == "coverity"