From 0d1b14c37ad961ca30ff284fea0cfed1b3e44c81 Mon Sep 17 00:00:00 2001 From: trantzas <ktrantzas@ece.upatras.gr> Date: Wed, 20 Nov 2024 12:54:22 +0000 Subject: [PATCH] fix for #33 --- ci-templates/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-templates/build.yml b/ci-templates/build.yml index d9626be..dd20b9a 100644 --- a/ci-templates/build.yml +++ b/ci-templates/build.yml @@ -3,7 +3,7 @@ stage: build image: maven:3.9.5-ibm-semeru-17-focal script: - - mvn deploy -s ci_settings.xml -Dversion=$APP_VERSION -Dtest=ServiceNSLCMRepoServiceTest + - mvn deploy -s ci_settings.xml -Dversion=$APP_VERSION -Dtest=ServiceSpecificationApiControllerTest artifacts: paths: - target/ -- GitLab