Skip to content
Snippets Groups Projects
Commit 01c59d3e authored by Christian Rohlfing's avatar Christian Rohlfing
Browse files

Update .gitlab-ci.yml

parent c2c96ad3
No related branches found
No related tags found
No related merge requests found
Pipeline #455247 failed
image: docker:19.03.1
services:
- docker:19.03.1-dind
stages:
- build
- test
variables:
GIT_SUBMODULE_STRATEGY: recursive
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_HOST: tcp://docker:2376 # Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
before_script:
- docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment