ci: allow failure for audit

This commit is contained in:
Jovan Krunić
2019-04-09 14:31:07 +00:00
parent 7512135393
commit 301f872c06

View File

@@ -49,6 +49,16 @@ audit:
stage: test
script:
- npm audit
allow_failure: true
except:
- schedules
scheduled-audit:
stage: test
script:
- npm audit
only:
- schedules
pages:
stage: docs