gitlab-ci: test

This commit is contained in:
Johannes Loher 2020-12-27 17:11:18 +01:00
parent 60001b3aba
commit 7e70f79f58

View file

@ -14,17 +14,15 @@ cache: &global_cache
untracked: true
paths:
- node_modules/
- .npm/
install-dependencies:
stage: prepare
script:
- npm ci
- npm ci --cache .npm --prefer-offline
cache:
<<: *global_cache
policy: pull-push
# only:
# changes:
# - package-lock.json
lint:
stage: test