default: image: node:10 before_script: - npm ci stages: - build backend_build: stage: build script: - npm build