Olivier Massot 8 months ago
parent
commit
866cd47320
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .gitlab-ci.yml

+ 10 - 0
.gitlab-ci.yml

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