From 301f872c06eb3aff034decfe2a3181c2832975f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Tue, 9 Apr 2019 14:31:07 +0000 Subject: [PATCH] ci: allow failure for audit --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d571dc1c..30d350f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,16 @@ audit: stage: test script: - npm audit + allow_failure: true + except: + - schedules + +scheduled-audit: + stage: test + script: + - npm audit + only: + - schedules pages: stage: docs