diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2a392f..ba5e07f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,11 @@ static: image: node:alpine stage: build + cache: + key: ${CI_COMMIT_REF_SLUG} + paths: + - .yarn + - .cache before_script: - yarn install --cache-folder .yarn --prefer-offline --production --network-timeout 100000 script: