From fcf5e7f93a3147fc91f43e8082ad9dc91a029847 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Mon, 7 Sep 2020 19:06:45 +0100
Subject: [PATCH] CI: Run autopkgtest even if build:scout or build:devel fails

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
index 854c8d74a..585285190 100644
--- a/debian/gitlab-ci.yml
+++ b/debian/gitlab-ci.yml
@@ -131,6 +131,8 @@ build:scout:
 
 autopkgtest:
     stage: test
+    dependencies:
+        - build
     variables:
         STEAM_CI_INSTALL_SCRIPT: |
             # Workaround for the build regression described in !88
-- 
GitLab