-
- Downloads
Update .gitlab-ci.yml (#2984)
Use vendor/bundle as Bundler install location (just like in GitHub Actions) GitLab CI otherwise won't actually cache anything at all, because caching only works on paths in the local working copy (https://docs.gitlab.com/ee/ci/yaml/#cache). Also, the cache only makes sense for the test task, the other ones use Docker anyways.
Please register or sign in to comment