diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd69589d87..3bc4902296 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,14 +4,11 @@ variables: NODE_ENV: test cache: - - key: - files: - - yarn.lock - paths: - - node_modules - - key: $CI_COMMIT_REF_NAME - paths: - - static + key: + files: + - yarn.lock + paths: + - node_modules stages: - lint