make pages job wait for other jobs
Is there a way to make “pages” job wait for other jobs? My use case is to summarize test coverage reports from multiple test jobs, and publish one coverage report in html form.
I have tried:
- using “dependencies” but it is simply ignored.
- using “needs” but GitLab complains there’s no such jobs in previous stages.