From b8eea83ec0713bd5a7c14e838c2f39d328e34014 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Mon, 7 Sep 2020 20:13:19 +0100 Subject: [PATCH] CI: Use needs instead of dependencies "dependencies" is, somewhat confusingly, only about whether artifacts are copied, whereas "needs" is about the dependency graph. Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index 585285190..f0dedd93c 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -131,7 +131,7 @@ build:scout: autopkgtest: stage: test - dependencies: + needs: - build variables: STEAM_CI_INSTALL_SCRIPT: | -- GitLab