Sha256: 97533fb809b1d0d1c99b6ebee383abde010503fd9c876fe2607b880d81d7d5d5
Contents?: true
Size: 788 Bytes
Versions: 3
Compression:
Stored size: 788 Bytes
Contents
# Cache gems in between builds services: - redis:latest .test-template: &test cache: paths: - vendor/ruby variables: REDIS_URL: redis://redis:6379 script: - bundle exec rspec spec before_script: - apt update && apt install -y libicu-dev - ruby -v # Print out ruby version for debugging # Uncomment next line if your rails app needs a JS runtime: # - apt-get update -q && apt-get install nodejs -yqq - gem install bundler --no-document # Bundler is not installed with the image - bundle install -j $(nproc) --path vendor # Install dependencies into ./vendor/ruby rspec-2.5: image: "ruby:2.5" <<: *test rspec-2.6: image: "ruby:2.6" <<: *test rspec-2.7: image: "ruby:2.7" <<: *test
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mail_room-0.11.1 | .gitlab-ci.yml |
mail_room-0.11.0 | .gitlab-ci.yml |
mail_room-0.10.1 | .gitlab-ci.yml |