GitLab validates include directives at pipeline creation time, before
any jobs run. The generate-matrix job creates test-matrix.yml as an
artifact, but GitLab needs the file to exist in the repo when parsing
.gitlab-ci.yml.
This placeholder allows the pipeline to be created successfully. The
generate-matrix job will overwrite it with actual test definitions.