diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-30 16:08:01 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-07-21 12:44:24 +0200 |
commit | bd709e29b50940409d6b1abc869fe2969d6a3b51 (patch) | |
tree | fc5caa0802672ac2b206971bc6a0203b40b75728 /.gitlab-ci.yml | |
parent | 647da42af99a703fc3af3452b39acf0c3dc3050d (diff) | |
download | gitlab-ce-bd709e29b50940409d6b1abc869fe2969d6a3b51.tar.gz |
Use `scripts/merge-simplecov`
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0010572833..9a90c99a996 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ update-coverage: <<: *knapsack-state stage: post-test script: - - bundle exec rake ci:simplecov:merge + - bundle exec scripts/merge-simplecov artifacts: paths: - coverage/ |