gitlab-runner, xcode project, Could not locate Gemfile

Viewed 19

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.

0 Answers
Related