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: