diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0970ed..6ff9286 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,8 @@ stages: build: stage: build image: node:25.1.0 + tags: + - runner script: - npm run build - ls