Missing CI config file

Hello everyone !

So, my problem is this:

I’m trying to run one of the projects on the site I work on, on gitlab. The gitlab itself is already properly configured and along with it the runner as well. However, when I try to run the pipeline the following error message appears:

What I don’t understand is why this message is appearing, because I made the CI configuration file, which is this one:

gitlab-ci.yml

About the project, I cannot show details, much less prints, because it is a private project and for internal use by the company I work for. Thank you in advance, who can help me with this problem

The name of the GitLab configuration file must be

.gitlab-ci.yml

with the leading dot.

1 Like