Skip to content
Snippets Groups Projects
Commit 4029769b authored by Nico Vermaas's avatar Nico Vermaas
Browse files

repair gitlab runner

parent 3a9be584
No related branches found
No related tags found
No related merge requests found
Pipeline #71122 passed
...@@ -8,8 +8,8 @@ docker-build: ...@@ -8,8 +8,8 @@ docker-build:
# Official docker image. # Official docker image.
image: docker:latest image: docker:latest
stage: build stage: build
services: tags:
- docker:dind - dind
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment