stages: - build build-code-job: stage: build tags: - build - node script: - echo "Install dependencies..." - npm install - echo "Run 'npm run build' and deploy to server" - npm run build