diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac9fc92507c3388b48518cb73d0c16019cc0aaf1..7f7668dffb2484473c5b3964a670e80b964eb616 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: TAG: "${TAG:-latest}" TRIVY_NO_PROGRESS: "true" TRIVY_CACHE_DIR: ".trivycache/" - "_JAVA_OPTIONS": "-Dlogging.level.at.tuwien.=INFO" + "_JAVA_OPTIONS": "-Dlogging.level.root=ERROR" image: maven:3-openjdk-17 @@ -50,6 +50,7 @@ build-frontend: - "yarn --cwd ./dbrepo-ui run build" build-docker: + image: docker:24-dind stage: build-docker needs: - build-metadata-service