Commit e0fa886

mo <mo.khan@gmail.com>
2019-07-24 21:35:14
try NO_PROXY env
1 parent 668769b
Changed files (1)
.gitlab-ci.yml
@@ -32,10 +32,11 @@ examine:
     name: docker:stable
   allow_failure: true
   variables:
-    DOCKER_HOST: tcp://docker:2375
+    CLAIR_URL: http://docker:6000
     DOCKER_DRIVER: overlay2
+    DOCKER_HOST: tcp://docker:2375
     GIT_STRATEGY: none
-    CLAIR_URL: http://docker:6000
+    NO_PROXY: docker,localhost
   stage: test
   script:
     - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY