ci: allow audit stage to fail

This commit is contained in:
Karl-Philipp Wulfert
2019-04-02 15:38:59 +02:00
parent c8bda2eae7
commit a97805172c

View File

@@ -28,6 +28,16 @@ audit:
stage: test
script:
- npm audit
allow_failure: true
except:
- schedules
scheduled-audit:
stage: test
script:
- npm audit
only:
- schedules
test:
dependencies: