Skip to content
Snippets Groups Projects
Commit ae414c7e authored by Benedikt Elser's avatar Benedikt Elser
Browse files

Fix container build

parent d99d8c89
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ variables: ...@@ -18,7 +18,7 @@ variables:
# Tell maven to use the cache # Tell maven to use the cache
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository" MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
# Instruct Testcontainers to use the daemon of DinD. # Instruct Testcontainers to use the daemon of DinD.
DOCKER_HOST: "tcp://docker:2375" # DOCKER_HOST: "tcp://docker:2375"
# Improve performance with overlayfs. # Improve performance with overlayfs.
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
# SPRING_PROFILES_ACTIVE: gitlab-ci # SPRING_PROFILES_ACTIVE: gitlab-ci
......
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