diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d21e2af276369c328843bc2f8bb69f5739954207..a8e733bfc272b76eef228126f67ff352129ef848 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ variables: # Tell maven to use the cache MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository" # Instruct Testcontainers to use the daemon of DinD. - DOCKER_HOST: "tcp://docker:2375" + # DOCKER_HOST: "tcp://docker:2375" # Improve performance with overlayfs. DOCKER_DRIVER: overlay2 # SPRING_PROFILES_ACTIVE: gitlab-ci