diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c20c7c70..f166a25f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,11 @@ stages: - release before_script: - - yarn install + - yarn install --immutable cache: &global_cache paths: - - node_modules - - "packages/*/node_modules" - - .eslint + - .yarn/cache lint: stage: test