ci: Fix non-build jobs

All non-build jobs must share the same Docker image with the Fedora
build job.
This commit is contained in:
Emmanuele Bassi 2019-07-24 13:32:55 +01:00
parent 85dc45e548
commit bd372e3174

View File

@ -255,7 +255,7 @@ freebsd-12-x86_64:
- "_build/${CI_JOB_NAME}-report.xml"
coverage:
image: registry.gitlab.gnome.org/gnome/glib/fedora:v1
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2
stage: coverage
except:
- tags
@ -268,7 +268,7 @@ coverage:
coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
scan-build:
image: registry.gitlab.gnome.org/gnome/glib/fedora:v1
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2
stage: analysis
except:
- tags
@ -301,7 +301,7 @@ pages:
- public
dist-job:
image: registry.gitlab.gnome.org/gnome/glib/fedora:v1
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2
stage: build
only:
- tags