From 2c01d032db151413ee87ca58bd9dae457bc73f0f Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Mon, 21 Jan 2019 15:26:45 +1030 Subject: [PATCH] Bump deb build to test stage in gitlab ci config This puts it at the stame stage as the flatpak package and skips one build that will always fail if the Ubuntu one fails for legit reasons. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 528972c4..1b3928a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ ubuntu: - $INSTALL_CMD deb-package: - stage: build + stage: test image: ubuntu:rolling before_script: - apt-get update