diff options
author | Azul <azul@riseup.net> | 2017-07-20 20:50:05 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-07-21 06:05:13 +0200 |
commit | 0438bbdd9bb07a991109d36af83cde9dcade2ceb (patch) | |
tree | 01803f6bf240ba952d7167ce4e414b016ae984d9 | |
parent | 38dd81116b85c103dbc5e9f08a8ffce26238921a (diff) |
ci: test bundle is up to date
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28975f9..c4f1172 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,5 +24,13 @@ before_script: - bundle exec ruby /builds/leap/nickserver/bin/nickserver version 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 |