Olivier Massot 8 mesi fa
parent
commit
866cd47320
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  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