Ver Fonte

test CI

Olivier Massot há 7 meses atrás
pai
commit
22142abd36
1 ficheiros alterados com 7 adições e 7 exclusões
  1. 7 7
      .gitlab-ci.yml

+ 7 - 7
.gitlab-ci.yml

@@ -14,13 +14,13 @@ cache:
     - ./vendor
     - ~/.composer/cache
 
-test_runner:
-  image: docker:latest
-  variables:
-    DOCKER_DEBUG: 1
-    CI_DEBUG_TRACE: "true"
-  script:
-    - docker info
+#test_runner:
+#  image: docker:latest
+#  variables:
+#    DOCKER_DEBUG: 1
+#    CI_DEBUG_TRACE: "true"
+#  script:
+#    - docker info
 
 build_image:
   stage: build