From 4b89fb2d7d820bd2c849a3c83368fceefc64a609 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Sat, 13 Jan 2024 18:40:58 +0100 Subject: [PATCH] (ci) disable cache because it takes longer with it --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a803b09e6..6df83498d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,5 @@ image: node:latest -cache: - paths: - - .yarn - - node_modules/ - lint: stage: test script: