ci: allow audit to fail

This commit is contained in:
Wieland Schöbl
2021-04-27 13:01:25 +02:00
committed by Rainer Killinger
parent fa2c9d7a88
commit 67c814443c
+10
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: