Skip to content
Snippets Groups Projects
Commit b8eea83e authored by Simon McVittie's avatar Simon McVittie
Browse files

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: default avatarSimon McVittie <smcv@collabora.com>
parent fcf5e7f9
Branches
Tags
No related merge requests found
Pipeline #4245 failed
...@@ -131,7 +131,7 @@ build:scout: ...@@ -131,7 +131,7 @@ build:scout:
autopkgtest: autopkgtest:
stage: test stage: test
dependencies: needs:
- build - build
variables: variables:
STEAM_CI_INSTALL_SCRIPT: | STEAM_CI_INSTALL_SCRIPT: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment