Fix gitlab-ci.yml syntax

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-11-23 15:21:38 +01:00
parent 93f32b25d2
commit 200c82adad
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 3 additions and 3 deletions

View File

@ -88,10 +88,10 @@ flay:
- ruby
- mysql
bundler:audit
bundler:audit:
script:
- bundle exec bundle-audit update
- bundle exec bundle-audit check
- "bundle exec bundle-audit update"
- "bundle exec bundle-audit check"
tags:
- ruby
- mysql