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" - "_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