We are running gitlab ce and use a few shared runners. The gitlab ci works fine on all projects. But one will not trigger the ci. I set up the .gitlab-ci.yml
but nothing happens. Also the settings/ci_cd
does not exist after pushing the .gitlab-ci.yml
to the repo as it normally does.
In the logs there is nothing suspicious just like a normal push.
Any Idea where to start to solve this issue? (Here is the repo with this issue: http://gitlab.syscop.de/TOPCORE/mfw)
Thanks a lot.