From a97805172c653e4ca8e63a0fb56cc547865b0539 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Tue, 2 Apr 2019 15:38:59 +0200 Subject: [PATCH] ci: allow audit stage to fail --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c6a2ce9..7d6d924e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: