summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-01-04 14:23:34 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-01-04 16:04:36 -0600
commitb61a5615f92002e1caec5ea89555dc5ff5c4eca1 (patch)
tree764b4944d2a92ae2c9427d42cea1c388269ff432 /.gitlab-ci.yml
parentaf61e6c0c89039bfbe376e7df9087e0c90873342 (diff)
downloadlibrsvg-b61a5615f92002e1caec5ea89555dc5ff5c4eca1.tar.gz
Install python3-docutils for the CI
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/648>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eba4f4ca..681a28c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -178,6 +178,8 @@ opensuse:tumbleweed:
- .make
# make check runs extra tests that require extra crates, hence cache is pushed
- .cache_push
+ before_script:
+ - sudo zypper install -y python38-docutils
rules:
- if: '$CI_PIPELINE_SOURCE == "push"'
- if: '$CI_PIPELINE_SOURCE == "schedule"'