summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
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