issue # runner 테스트

This commit is contained in:
2025-11-10 00:39:38 +00:00
parent a73db3a531
commit 6df664ef7d

View File

@@ -14,9 +14,10 @@ build:
stage: build stage: build
image: node:25.1.0 image: node:25.1.0
tags: tags:
- runner - runner-host
script: script:
- node -v - node -v
- npm install - npm install
- npm run build - npm run build
- pwd
- ls - ls