1 2 3 4 5 6 7 8 9 10
cache: paths: - node_modules/ build: stage: build image: node:12 script: - npm install - npm run start