summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-09-06 15:20:22 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-09-06 15:20:22 -0500
commit791795d230cdc3e58971e604a29c21a474875eb7 (patch)
tree62d44c7c6bc5f2df54e357cd25e5ab6d6812b4f6 /.gitlab-ci.yml
parentd3afb866a75d21e19e514065c90a48fa5c8038de (diff)
downloadlibrsvg-791795d230cdc3e58971e604a29c21a474875eb7.tar.gz
CI: move the distcheck job to the acceptance test stage
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/742>
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 789454ce..5630f08f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -371,7 +371,7 @@ msys2-mingw64:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
distcheck:
- stage: release
+ stage: acceptance test
extends:
- '.container.opensuse@x86_64.stable'
- '.fdo.distribution-image@opensuse'