From a9f3ff29259973248d55dd53c2daed240fc9bd48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 5 Nov 2022 11:44:54 +0000 Subject: [PATCH] ci: add integration stage and move documentation job to that Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6ae8b6d..b930da39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ stages: - "lint" - "test" - "extras" + - "integration" .debian:11: variables: @@ -239,6 +240,7 @@ meson static: # Check that the gstreamer documentation keeps working documentation: image: $GSTREAMER_DOC_IMAGE + stage: 'integration' variables: MESON_ARGS: > -Ddoc=enabled