stages: - build variables: GIT_STRATEGY: clone GIT_CHECKOUT: "true" GIT_SSL_NO_VERIFY: "true" cache: paths: - node_modules/ build: stage: build image: node:25.1.0 tags: - local-runner script: - node -v - npm install - npm run build - pwd - ls - cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/front/service/