# HG changeset patch # User Thierry Florac # Date 1560512838 -7200 # Node ID b8836e9c5f3e2a1732732375981395095810afe3 # Parent d4f04a4bfeebe5caf9945876ae45eb445838c550 Updated codeclimate settings diff -r d4f04a4bfeeb -r b8836e9c5f3e .gitlab-ci.yml --- a/.gitlab-ci.yml Fri Jun 14 13:00:53 2019 +0200 +++ b/.gitlab-ci.yml Fri Jun 14 13:47:18 2019 +0200 @@ -36,6 +36,6 @@ --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock - --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json src/pyams_utils > codeclimate.json + --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > codeclimate.json artifacts: paths: [codeclimate.json]