From 26b97d678b850b30ed1dc4a55afdaa537b2b1829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AF=BC=EA=B1=B4=ED=9D=AC?= Date: Sun, 9 Nov 2025 20:34:24 +0900 Subject: [PATCH] =?UTF-8?q?issue=20#=20ci/cd=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0970ed..6ff9286 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,8 @@ stages: build: stage: build image: node:25.1.0 + tags: + - runner script: - npm run build - ls