summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2017-07-24 05:22:44 +0000
committerazul <azul@riseup.net>2017-07-24 05:22:44 +0000
commit8c998a12187bebe744a29092ca65d65b1f390529 (patch)
tree5c3d3a139d9947687481b9ac0aaa1b6ef4ce4b94 /.gitlab-ci.yml
parentcdad3bedd7d90957d836d9d9c339e6b9dfc8b8d1 (diff)
parentdb223591e77b94ee6a1f94281626c12e2f51d436 (diff)
Merge branch 'upgrade/bundle' into 'master'
Upgrade/bundle See merge request !12
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 806f2c1..84d38d2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,5 +26,13 @@ before_script:
- apt install -y lsof
test:
+ stage: test
script:
- TEST_OPTS=-v bundle exec rake test
+
+bundle_audit:
+ stage: test
+ script: |
+ gem install bundler-audit
+ bundle-audit update
+ bundle-audit check