gitlab-ci: add "needs" for pages test

It seems "pages" test does not get properly triggered, if only
t_fedora:33 completes. It should, because the other distros are
optional. Try to set "needs" to fix that.
This commit is contained in:
Thomas Haller 2020-11-11 08:46:52 +01:00
parent 31940037fa
commit 767c83f443
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 4 additions and 0 deletions

View file

@ -798,6 +798,8 @@ pages:
- master
dependencies:
- t_fedora:33
needs:
- t_fedora:33
triage:issues:
stage: triage

View file

@ -212,6 +212,8 @@ pages:
- master
dependencies:
- t_{{pages_build.name}}:{{pages_build.version}}
needs:
- t_{{pages_build.name}}:{{pages_build.version}}
triage:issues:
stage: triage