cache: paths: - node_modules/ build: stage: build image: node:12 script: - npm install - npm run start