Update file .gitlab-ci.yml

This commit is contained in:
2025-11-10 05:31:16 +00:00
parent ba1f710346
commit cc94cbd2a5

View File

@@ -10,9 +10,7 @@ build:
stage: build stage: build
image: node:25.1.0 image: node:25.1.0
tags: tags:
- system-runner - docker-runner
before_script:
- echo "PATH=$PATH"
script: script:
- node -v - node -v
- npm install - npm install