Restored docker volume
authorThierry Florac <thierry.florac@onf.fr>
Tue, 18 Jun 2019 15:05:52 +0200
changeset 375 39821b50c994
parent 374 94a637540e33
child 376 3a229c50bde7
Restored docker volume
.gitlab-ci.yml
--- a/.gitlab-ci.yml	Tue Jun 18 15:00:34 2019 +0200
+++ b/.gitlab-ci.yml	Tue Jun 18 15:05:52 2019 +0200
@@ -37,6 +37,7 @@
         - docker run
             --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 > codeclimate.json
     artifacts:
         paths: