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: stages:
- check-dco - check-dco
- go-fmt - go-fmt
- go-test
- build-src - build-src
- build-docker - build-docker
- go-test
- docker-registry - docker-registry
check-dco: check-dco: