Skip to content

Commit

Permalink
fix audit in .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Aug 27, 2019
1 parent 428e175 commit eb7b5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ npm_vulnerabilities_test:
image: electronuserland/builder:11
stage: lint
tags:
- lint
- brno_build
script:
- npm audit
- npm audit --registry=https://registry.npmjs.org

python_lint_test:
image: $CI_DOCKER_REGISTRY/ubuntu-test-env
Expand Down

0 comments on commit eb7b5b2

Please sign in to comment.