Commit 11c19d2e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina apuntado Docker por defecto, espera 1m

parent 03bff7c6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -10,12 +10,11 @@ stages:
.prueba:
  stage: prueba
  image: docker:23.0.6-cli
  variables:
    DOCKER_HOST: tcp://localhost:2376
  script:
    - docker --version
    - docker info
    - docker network ls
    - sleep 60
  tags:
    - custom-runner