@@ -2,12 +2,9 @@ pipeline:
backend:
image: golang
commands:
- - go get
- - go build
- - go test
+ - make backend
frontend:
image: node:6
- - npm install
- - npm test
+ - make frontend