Update .gitlab-ci.yml

This commit is contained in:
Bruno Carlin 2019-11-05 14:19:21 +00:00
parent 876718bec2
commit f0f35185dc

View file

@ -20,7 +20,7 @@ stages:
test: test:
stage: test stage: test
script: script:
- go test -race $(go list ./... | grep -v /vendor/) - go test -race
pages: pages:
stage: deploy stage: deploy