mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
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:
parent
85dc45e548
commit
bd372e3174
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user