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