diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a93d5cc..285fda1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ before_script: stages: - build - test + - audit - deploy - publish @@ -26,7 +27,7 @@ build: expire_in: 1 week audit: - stage: test + stage: audit script: - npm audit allow_failure: true @@ -34,7 +35,7 @@ audit: - schedules scheduled-audit: - stage: test + stage: audit script: - npm audit only: