From 171b82d7e5ef64d3bf47d9fcc30bfa380276fd8b Mon Sep 17 00:00:00 2001 From: trantzas <ktrantzas@ece.upatras.gr> Date: Wed, 20 Nov 2024 11:49:23 +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 895f53f..696ab97 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=org.etsi.osl.services.api.ServiceCatalogIntegrationTest -DskipTests=true + - mvn deploy -s ci_settings.xml -Dversion=$APP_VERSION -Dtest=ServiceCatalogIntegrationTest artifacts: paths: - target/ -- GitLab