From 4032abc4dbf71598fbc8fb28b2d55579b09630d8 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 24 Sep 2025 11:49:05 -0400 Subject: [PATCH] Revert "share the node_modules cache between dev and test" This reverts commit 4d8b9715fe5ac6c82da4798c99a4be62906350d9. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0801b29d1e..5f89e68cff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ stages: - git submodule update --init - pnpm install --frozen-lockfile cache: - key: node_modules + key: build policy: pull-push when: on_success paths: @@ -38,6 +38,8 @@ build: .test_common: &test_common <<: *build_common stage: test + cache: + key: test lint: <<: *test_common