@@ -2,7 +2,9 @@ pipeline:
backend:
image: golang
commands:
- - "make backend"
+ - go get ./...
+ - go test ./...
+ - go build
frontend:
image: node:6