From 42f05f4e56b2d9c8f580e2c0c8b011e63c0eb9f4 Mon Sep 17 00:00:00 2001 From: Julian Rother <julian@cccv.de> Date: Mon, 6 Dec 2021 03:45:35 +0100 Subject: [PATCH] Added test stage --- shared-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shared-ci.yml b/shared-ci.yml index 4efb63a..3bc9e3f 100644 --- a/shared-ci.yml +++ b/shared-ci.yml @@ -9,6 +9,7 @@ variables: stages: - build - package +- test - publish - autoupdate @@ -69,6 +70,11 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility - ./*.deb - changelog.txt +.test: + rules: + - if: '$RUN_AUTOUPDATE != "1"' + stage: test + .publish: stage: publish rules: -- GitLab