image: "registry.roqua.nl/roqua/roqua-build-images:ruby-2.3-rails-base-test" variables: RAILS_ENV: "test" cache: paths: - .gems before_script: - export BUNDLE_PATH=$CI_PROJECT_DIR/.gems - bundle --jobs 2 --retry 3 - bundle exec appraisal - bundle --jobs 2 --retry 3 rails_41: script: - bundle exec appraisal rails41 bundle exec rspec rails_42: script: - bundle exec appraisal rails42 bundle exec rspec rails_50: script: - bundle exec appraisal rails50 bundle exec rspec