diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53840b3f..fef279c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,12 @@ stages: - build - deploy +# Cache modules in between jobs +cache: + key: ${CI_COMMIT_REF_SLUG} + paths: + - node_modules/ + build: stage: build image: electronuserland/builder:wine