From 09ea399d8b2331b7b3e27b1f0390fa689903e051 Mon Sep 17 00:00:00 2001
From: trantzas <ktrantzas@ece.upatras.gr>
Date: Sat, 9 Nov 2024 12:06:44 +0000
Subject: [PATCH] recover tests at develop (relates to #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 efc4815..9a9ba16 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 -DskipTests -Dversion=$APP_VERSION
+    - mvn deploy -s ci_settings.xml -Dversion=$APP_VERSION
   artifacts:
     paths:
       - target/
-- 
GitLab