gitlab-ci: always run install dependencies job
This commit is contained in:
parent
dc335b783b
commit
60001b3aba
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ install-dependencies:
|
||||||
cache:
|
cache:
|
||||||
<<: *global_cache
|
<<: *global_cache
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
only:
|
# only:
|
||||||
changes:
|
# changes:
|
||||||
- package-lock.json
|
# - package-lock.json
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue