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
No related branches found
No related tags found
No related merge requests found
Pipeline #4245 failed
......@@ -131,7 +131,7 @@ build:scout:
autopkgtest:
stage: test
dependencies:
needs:
- build
variables:
STEAM_CI_INSTALL_SCRIPT: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment