From 6df664ef7d1b620e019dfbe75324eafd59138d26 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Mon, 10 Nov 2025 00:39:38 +0000 Subject: [PATCH] =?UTF-8?q?issue=20#=20runner=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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22c5a6d..870d8a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,9 +14,10 @@ build: stage: build image: node:25.1.0 tags: - - runner + - runner-host script: - node -v - npm install - npm run build + - pwd - ls