diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62b0d942..9895379d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,13 +19,10 @@ build: script: - npm run build -test: +audit: stage: test script: - - npm test - artifacts: - paths: - - coverage + - npm audit pages: stage: deploy