Skip to content

Specify CI test stage platform dependencies

Tim Sheridan requested to merge tghs/inkscape:tghs_ci_test_dependencies into master

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