# HG changeset patch # User Thierry Florac # Date 1560515511 -7200 # Node ID f53f021c5bed4b744cdaac71dd38ca666bd5d9ad # Parent b8836e9c5f3e2a1732732375981395095810afe3 Updated artifact diff -r b8836e9c5f3e -r f53f021c5bed .gitlab-ci.yml --- a/.gitlab-ci.yml Fri Jun 14 13:47:18 2019 +0200 +++ b/.gitlab-ci.yml Fri Jun 14 14:31:51 2019 +0200 @@ -38,4 +38,5 @@ --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > codeclimate.json artifacts: - paths: [codeclimate.json] + paths: + - codeclimate.json