diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 135e88343b97da48c342785e42af19de8217a79d..23785d075dfe9d06d3dd7f18ff2f13e32d04665d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,9 @@ linting: deploy: stage: deploy image: node:lts -# cache: -# paths: -# - node_modules/ + cache: + paths: + - node_modules/ script: - yarn cache clean - yarn install