mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 18:16:34 +02: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:
@@ -255,7 +255,7 @@ freebsd-12-x86_64:
|
|||||||
- "_build/${CI_JOB_NAME}-report.xml"
|
- "_build/${CI_JOB_NAME}-report.xml"
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v1
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2
|
||||||
stage: coverage
|
stage: coverage
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
@@ -268,7 +268,7 @@ coverage:
|
|||||||
coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
|
coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
|
||||||
|
|
||||||
scan-build:
|
scan-build:
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v1
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2
|
||||||
stage: analysis
|
stage: analysis
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
@@ -301,7 +301,7 @@ pages:
|
|||||||
- public
|
- public
|
||||||
|
|
||||||
dist-job:
|
dist-job:
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v1
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
Reference in New Issue
Block a user