From e380179144cbf523d047e392651b434ebb9f5792 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Wed, 8 Dec 2021 19:20:21 +0000 Subject: [PATCH] ci: Start lintian test right after deb build The arm64 build often takes a longer time than the rest, so there's no reason to wait for it in the default staged configuration. --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f5611b2..cb6c1ad0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,8 +66,9 @@ build_deb:arm64: test_lintian: stage: test - dependencies: - - build_deb + needs: + - job: build_deb + artifacts: true script: - apt-get -y install lintian - lintian *.deb