CI, attempt #3.

This commit is contained in:
Stanislav Nikitin 2017-12-28 19:04:00 +05:00
parent 3294ec1146
commit a57233e99f
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ test_job:
stage: test
tags:
- linux1
script: zsh 'go test -test.v .'
script: zsh -c 'go test -test.v .'