Update CI integration
authorThierry Florac <thierry.florac@onf.fr>
Tue, 18 Jun 2019 15:00:34 +0200
changeset 374 94a637540e33
parent 373 a5b5de662a8d
child 375 39821b50c994
Update CI integration
.gitlab-ci.yml
--- a/.gitlab-ci.yml	Tue Jun 18 13:49:00 2019 +0200
+++ b/.gitlab-ci.yml	Tue Jun 18 15:00:34 2019 +0200
@@ -31,12 +31,12 @@
     services:
         - docker:dind
     script:
+        - cat /etc/hosts
         - nslookup xgit98-000.dev-dsm.onf.fr
         - docker pull codeclimate/codeclimate
         - 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: