diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10dbb786..f3676c0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ stages: - - test - build - deploy @@ -11,21 +10,6 @@ cache: - node_modules/ -# Check for dependency vulnerabilities -audit: - stage: test - image: node:latest - - script: - - npm audit --json> audit.json - - allow_failure: true - - artifacts: - paths: - - "./audit.json" - - # Electron app build build: stage: build