Olivier Massot před 8 měsíci
rodič
revize
866cd47320
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. 10 0
      .gitlab-ci.yml

+ 10 - 0
.gitlab-ci.yml

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