diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdb04df8..3a9f3fb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,11 @@ test: paths: - coverage +audit: + stage: test + script: + - npm audit + pages: stage: deploy script: @@ -36,4 +41,4 @@ pages: - /^v[0-9]+\.[0-9]+\.[0-9]+$/ artifacts: paths: - - public + - public