Gitlab ci is not trigered when pushing to repository

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.

Are pipelines enabled for the project?

Have you tried the linter to check for any .gitlab-ci.yml syntax issues? E.g. you don’t define your stages though reference one in your only job.

1 Like

Hi,

thanks a lot. pipelines were in fact not enabled. :innocent:

Np :wink: