diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 053a4997..11f58bfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,10 +18,20 @@ build: script: - npm run build -test: +audit: stage: test script: - npm audit + allow_failure: true + except: + - schedules + +scheduled-audit: + stage: test + script: + - npm audit + only: + - schedules pages: stage: deploy