using common settings for tests in the new images

This commit is contained in:
HoneyryderChuck 2020-10-03 14:19:25 +01:00
parent 5c93746718
commit 16d9b2a4de

View File

@ -80,12 +80,12 @@ test_ruby27:
paths: paths:
- coverage/ - coverage/
test_ruby30: test_ruby30:
stage: test <<: *test_settings
script: script:
./spec.sh ruby 3.0 ./spec.sh ruby 3.0
allow_failure: true allow_failure: true
test_truffleruby: test_truffleruby:
stage: test <<: *test_settings
script: script:
./spec.sh truffleruby latest ./spec.sh truffleruby latest
allow_failure: true allow_failure: true
@ -117,7 +117,7 @@ coverage:
- test_ruby27 - test_ruby27
image: "ruby:2.7-alpine" image: "ruby:2.7-alpine"
script: script:
- apk --update add g++ make - apk --update add g++ make git
- bundle install --quiet - bundle install --quiet
# this is a workaround, because simplecov doesn't support relative paths. # this is a workaround, because simplecov doesn't support relative paths.
# #