Added bundle-audit job.

This commit is contained in:
Martin Edenhofer 2016-01-28 20:17:08 +01:00
parent 7f86245a4f
commit 5d8b109a7e

View file

@ -24,6 +24,15 @@ coffeelint:
script:
- coffeelint app/
bundle-audit:
stage: pre
tags:
- core
script:
- gem install bundler-audit
- bundle-audit update
- bundle-audit
job_unit_mysql:
stage: test
tags: