summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-05-25 12:48:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-05-25 16:11:18 -0400
commit86f8be41d0639dde2b61637e34cebff6a86f56aa (patch)
treeee8dbea503df2f82ab71886be97aa62b092e7928 /.gitlab-ci.yml
parentf60149cd9e060650edbb1a487499c1fb44267367 (diff)
downloadgtk+-86f8be41d0639dde2b61637e34cebff6a86f56aa.tar.gz
ci: Use fedora-docs for the doc build
Our doc build now uses pandoc, so use an image that has it.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 141954326a..1f9cd0f906 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -184,7 +184,7 @@ static-scan:
allow_failure: true
reference:
- image: registry.gitlab.gnome.org/gnome/gtk/fedora:v16
+ image: registry.gitlab.gnome.org/gnome/gtk/fedora-docs:v19
stage: docs
variables:
EXTRA_MESON_FLAGS: "--buildtype=release"