From 7ea116dc8e1148b274888b364b996852cbd91de8 Mon Sep 17 00:00:00 2001 From: geonhee-min Date: Mon, 24 Nov 2025 10:47:40 +0900 Subject: [PATCH] =?UTF-8?q?issue=20#=20gitlab-ci=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a431824..1ce1b39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,6 @@ cache: key: "${CI_COMMIT_REF_SLUG}" paths: - - node_modules/ - .yarn/cache/ build: # This job runs in the build stage, which runs first.