update gitlab-ci
This commit is contained in:
parent
7ae8780d63
commit
f6822b7d9f
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ Lint:
|
|||
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
||||
paths:
|
||||
- node_modules/
|
||||
policy: pull
|
||||
policy: pull
|
||||
script:
|
||||
- npm run lint
|
||||
# Test:
|
||||
|
@ -42,6 +42,6 @@ Lint:
|
|||
# key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
||||
# paths:
|
||||
# - node_modules/
|
||||
# policy: pull
|
||||
# policy: pull
|
||||
# script:
|
||||
# - npm test
|
||||
|
|
Loading…
Reference in a new issue