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