gitlab-ci.yml: run tests before building

This commit is contained in:
Adhityaa Chandrasekar 2018-08-17 00:23:26 +05:30
parent 0cce223f1a
commit c58b63b3b3

View File

@ -1,9 +1,9 @@
stages:
- check-dco
- go-fmt
- go-test
- build-src
- build-docker
- go-test
- docker-registry
check-dco: