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.
This commit is contained in:
Ian McInerney 2021-01-12 14:29:25 +00:00
parent beab68db13
commit 45b1a65a64
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Coverity:
tags: tags:
- coverity - coverity
stage: build stage: build
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:31
only: only:
variables: variables:
- $SCHEDULED_JOB_NAME == "coverity" - $SCHEDULED_JOB_NAME == "coverity"