Skip to content

Specify CI test stage platform dependencies

If dependencies between a platform's build and test jobs are not specified, then artifacts from all platforms' build jobs are passed to each test job. This is not what we want!

https://docs.gitlab.com/ee/ci/yaml/#dependencies

Merge request reports