From abea8a79263e482f696ac6e392bc8d87dffd3bca Mon Sep 17 00:00:00 2001
From: trantzas <ktrantzas@ece.upatras.gr>
Date: Fri, 1 Nov 2024 10:28:45 +0000
Subject: [PATCH] Restore test executionfor maven in unprotected branches.
 Relates to #33.

---
 ci-templates/build_unprotected.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-templates/build_unprotected.yml b/ci-templates/build_unprotected.yml
index 369d8d9..a5c8669 100644
--- a/ci-templates/build_unprotected.yml
+++ b/ci-templates/build_unprotected.yml
@@ -3,7 +3,7 @@
   stage: build
   image: maven:3.9.5-ibm-semeru-17-focal
   script:
-    - mvn install -s ci_settings.xml -DskipTests
+    - mvn install -s ci_settings.xml
   artifacts:
     paths:
       - target/
-- 
GitLab