From dd9d6c1660f62da3acfebed37797b1bd26354d5c Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 15 Oct 2020 19:01:37 +0200 Subject: [PATCH] Do not cache node modules on GitLab CI --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69a009d1..ded67bdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,10 +3,6 @@ image: "node:12-slim" stages: - test -cache: - paths: - - node_modules/ - before_script: # Install dependencies - apt-get update