From dfc0331266b61108c71ff74648106040225d4eef Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Fri, 16 May 2025 19:26:49 +0200 Subject: [PATCH] WIP Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1dcf30bf1..a0bcf535b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -679,12 +679,14 @@ scan-sonarqube: only: - master needs: + - build-java-lib - test-analyse-service - test-dashboard-service - test-data-service - test-metadata-service - test-search-service dependencies: + - build-java-lib - test-analyse-service - test-dashboard-service - test-data-service -- GitLab