CI configuration will be hosted in a different project within GitLab

284 views Asked by At

I created a group "mygroup" Created a repository "myrepository"

Add patch .gitlab-ci.yml@mygroup/myrepository as documented - https://docs.gitlab.com/ee/ci/pipelines/settings.html#custom-ci-configuration-path but gitlab ci does not see this file from another repository.

Maybe we should do something else?

1

There are 1 answers

0
cleam On

I worked with the same problem.

You should change mygroup and myrepository visibility to internal or public.

change group visibility

change repository visibility