diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f19d19e703ad2f30dbf61491922d4b99edec70a8..f02ec013da4b60810c66536633b5a5a4c3a754ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ services: variables: REPOSITORY: "aparapi/aparapi" VERSION: "2.0.0" - DOCKER_HOST: "tcp://localhost:2375" + DOCKER_HOST: "tcp://localhost:2376" before_script: - echo "${DOCKER_TOKEN}" | docker login --username "${DOCKER_USER}" --password-stdin