I am trying to set up CI on GitLab for an Xcode project, however, I am stuck with this error when using gitlab-runner:
$ bundle install
Could not locate Gemfile
Gemfile is present within the repository and bundle install works fine locally, but it fails whenever the CI pipeline gets to it. Thanks for any help and tips in advance.