Shallow clone detected but my repo is not shallow

Ok, another thing you can try is to go on your GitLab project settings > CI/CD > General pipelines and check that you use git clone and not git fetch. Make sure as well that the .gitlab-ci.yml file you changed is the one on the branch you are building (I don’t know how familiar you are with gitlab ^^)

2 Likes