diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97c893a3..0e09883b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ before_script: stages: - build - test + - audit - deploy build: @@ -29,7 +30,7 @@ test: - npm test audit: - stage: test + stage: audit script: - npm audit allow_failure: true @@ -37,7 +38,7 @@ audit: - schedules scheduled-audit: - stage: test + stage: audit script: - npm audit only: