Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@troupe.co>2017-06-14 01:55:33 +0300
committerAndrew Newdigate <andrew@troupe.co>2017-06-14 01:55:33 +0300
commitc44caf2bfd34eef20c178995848360440fca1aea (patch)
tree3f2d15ecc1b8717f4cb9c9ec9a79374dc72d4a4a
parentca26dd588a5bbe7e057b72fdc4e8f360f70c219f (diff)
Debugging gitlab-ci
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba1d16c54..85ef4dfd5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@ verify:
coverage:
stage: test
script:
+ - make -d list
- make cover
test:go1.8: