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