My use case :
- The first repo on my Gitlab server. I want to trigger pipelines using the standard gitlab-ci.yml file.
- A second repo, mirrored from the first repo, on another Gitlab instance. I want to trigger different pipelines, using a gitlab-ci-mirror.yml for example.
Can I tell the second Gitlab instance to use the gitlab-ci-mirror.yml for its pipelines? And not the gitlab-ci.yml ?