Skip to content
  • Peter Leitzen's avatar
    CI: Use bundler's deployment mode · abd862dd
    Peter Leitzen authored
    This simplifies the CI and simplecov setup because:
    * Gemfile.lock is frozen (BUNDLE_FROZEN=true)
    * Bundle path is set to `vendor/bundle`
    * Simplecov filters `vendor/bundle` by default
    abd862dd
Validating GitLab CI configuration… Learn more