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