From 1d161eef02f3ac370bcf96e55f6d48c079c85782 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 8 Nov 2019 15:51:52 +0100 Subject: [PATCH] Revert "chore: remove node_modules from ci cache" This reverts commit ec0852428271140219a4775214863e43593db423. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4857c260c..7c2da98a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ default: cache: key: "${CI_COMMIT_REF_SLUG}" paths: + - node_modules - .stack - .stack-work