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