Commit 2c02915c authored by James Lopez's avatar James Lopez

fix gitlab-ci.yml

parent f96abe4b
...@@ -160,7 +160,7 @@ bundler:audit: ...@@ -160,7 +160,7 @@ bundler:audit:
- mysql - mysql
allow_failure: true allow_failure: true
# Ruby 2.1 jobs # Ruby 2.2 jobs
spec:feature:ruby22: spec:feature:ruby22:
stage: test stage: test
...@@ -239,8 +239,8 @@ spec:services:ruby22: ...@@ -239,8 +239,8 @@ spec:services:ruby22:
- mysql - mysql
spec:benchmark:ruby22: spec:benchmark:ruby22:
stage: test stage: test
image: ruby:2.2 image: ruby:2.2
only: only:
- master - master
script: script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment