Skip to content
Snippets Groups Projects
Commit b7316203 authored by Julian Matschinske's avatar Julian Matschinske
Browse files

Remove audit from pipeline

parent d0b866ca
No related branches found
No related tags found
No related merge requests found
......@@ -14,15 +14,6 @@ setup:
script:
- npm install
check:audit:
image: trion/ng-cli-karma
stage: check
script:
- npm install
- npm audit --production
dependencies:
- setup
check:lint:
image: trion/ng-cli-karma
stage: check
......@@ -51,7 +42,6 @@ build:
- npm install
- npm run build
dependencies:
- check:audit
- check:lint
- check:test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment