Olivier Massot 8 달 전
부모
커밋
866cd47320
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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