diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-05-25 12:48:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-25 16:11:18 -0400 |
commit | 86f8be41d0639dde2b61637e34cebff6a86f56aa (patch) | |
tree | ee8dbea503df2f82ab71886be97aa62b092e7928 /.gitlab-ci.yml | |
parent | f60149cd9e060650edbb1a487499c1fb44267367 (diff) | |
download | gtk+-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.yml | 2 |
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" |