update gitlab-ci

This commit is contained in:
Johannes Loher 2020-12-23 20:16:40 +01:00
parent 7ae8780d63
commit f6822b7d9f

View file

@ -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