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
|
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
policy: pull
|
policy: pull
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
# Test:
|
# Test:
|
||||||
|
@ -42,6 +42,6 @@ Lint:
|
||||||
# key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
# key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
||||||
# paths:
|
# paths:
|
||||||
# - node_modules/
|
# - node_modules/
|
||||||
# policy: pull
|
# policy: pull
|
||||||
# script:
|
# script:
|
||||||
# - npm test
|
# - npm test
|
||||||
|
|
Loading…
Reference in a new issue