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 - build
script: script:
- npm audit - npm audit
allow_failure: true
except:
- schedules
tags: tags:
- docker - docker
scheduled-audit:
stage: test
script:
- npm audit
only:
- schedules
test:ci: test:ci:
stage: test stage: test
dependencies: dependencies: