stages: - prepare
prepare_node:
stage: prepare image: node:slim script: - npm install only: - branches
- tags