summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-23 15:21:38 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-23 15:27:34 +0100
commit200c82adade27225caf2035721161a99296050f3 (patch)
treed66793f91cb9ae44def027bc574828159cc28f56
parent93f32b25d23525138ec910f725ebd545ce7ef125 (diff)
downloadgitlab-ce-200c82adade27225caf2035721161a99296050f3.tar.gz
Fix gitlab-ci.yml syntax
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acba37039aa..38fd7b9ac1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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