From eda2934bd5179e1141c8cdba484ff6a46b987aca Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Fri, 16 May 2025 19:53:35 +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 a0bcf535b7..ea27c64cc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -689,7 +689,9 @@ scan-sonarqube: - build-java-lib - test-analyse-service - test-dashboard-service + - build-data-service - test-data-service + - build-metadata-service - test-metadata-service - test-search-service script: -- GitLab