From 24c28aa6a1eeeb1e1d617d457b9ac72a1acbaea2 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Mon, 10 Nov 2025 04:24:45 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a76ccf9..95d962f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,8 @@ build: image: node:25.1.0 tags: - system-runner + before_scripts: + - echo "PATH=$PATH" script: - node -v - npm install