Commit c628119c authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Apunta pruebas a Docker local por defecto

parent b3bab3a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ stages:
.prueba:
  stage: prueba
  image: docker:23.0.6-cli
  variables:
    DOCKER_HOST: unix:///var/run/docker.sock
  script:
    - docker --version
    - docker info