Search code examples
gitlabgitlab-ci

"Missing CI config file" message on run pipeline, but .gitlab-ci.yml exists


3 screenshots to explain the issue

When I run the pipeline I've an error... error message saying "Missing CI config file"

But the file exists

But the file exists

And it's good

enter image description here


Solution

    1. GitLab shows this error message when trying to execute an empty .gitlab-ci.yml file
    2. Check your configured .gitlab-ci.yml file location (Settings > CI/CD > General Pipelines), make sure that it points to the correct place in the repository