From 67c814443cda5eda41a6e9260ebe7d51a2695cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Wed, 3 Apr 2019 14:12:49 +0200 Subject: [PATCH] ci: allow audit to fail --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5ad4090..37402896 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: