pipeline: backend: image: golang commands: - go get ./... - go test ./... - go build frontend: image: node:6 commands: - make frontend