stages: - build # - check # - dockerize variables: IMAGE_NAME: $CI_REGISTRY/$CI_PROJECT_PATH build: image: node.14-buster stage: build tags: - hottis - linux - docker script: - npm install - ng build --prod