Hey everyone,
Judging from other threads CI functionality seems to be having a few issues. The one I’ve been stumbling on in the past few days is that I can’t see to get the repos to recognize the .gitlab-ci.yml file.
What I mean by that is: I create a repo with a ci file that I know is valid (because it’s from another repo which successfully uses that ci file), but the new repo won’t enable the ci functionality, i.e. the pipelines page will show the “get started” message.
I even ended up cloning an identical repository with its own ci working into a new repository, and the same problem persists.
I have tried really hard to identify any settings which could be turned on/off by default and affect this, but I can’t seem to get any luck. The “Settings > General > Permissions” has all functionality enabled, including the “Pipelines”.
Has anyone had any of these issues recently? CI related issues have already occurred a few times for me and it honestly makes me worry that it will fail me at critical times in which I need to build/deploy.
Any help is really appreciated.
Thanks.