Fix community Merge Request pipeline parse errors
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA
What does this MR do?
Resolves a CI pipeline parse issue for community MRs.
Why was this MR needed?
Without addressing the underlying issue, MRs from the community fork were getting pipeline parse errors due to the coverage report job needing the results from the windows 1809 unit tests, but windows 1809 unit tests were not running for community merge requests.
See example broken pipeline: https://gitlab.com/gitlab-community/gitlab-runner/-/pipelines/1426318210
What's the best way to test this MR?
Check if the community fork MR pipeline runs without a "Unable to create pipeline" error
What are the relevant issue numbers?
Edited by Thorsten Banhart