ci: allow audit to fail

This commit is contained in:
Wieland Schöbl
2019-04-03 14:12:49 +02:00
committed by Rainer Killinger
parent fa2c9d7a88
commit 67c814443c

View File

@@ -32,9 +32,19 @@ audit:
- build
script:
- npm audit
allow_failure: true
except:
- schedules
tags:
- docker
scheduled-audit:
stage: test
script:
- npm audit
only:
- schedules
test:ci:
stage: test
dependencies: