gitlab-ci: always run install dependencies job

This commit is contained in:
Johannes Loher 2020-12-27 16:51:15 +01:00
parent dc335b783b
commit 60001b3aba

View file

@ -22,9 +22,9 @@ install-dependencies:
cache:
<<: *global_cache
policy: pull-push
only:
changes:
- package-lock.json
# only:
# changes:
# - package-lock.json
lint:
stage: test