diff --git a/ci-templates/build.yml b/ci-templates/build.yml
index bd5d8935a081899b676ff257b9813ac74f1a7fa5..4d10538a5c87e46e6291c9551aff61b437360221 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/
diff --git a/ci-templates/build_unprotected.yml b/ci-templates/build_unprotected.yml
index 369d8d99bd0c2c28bffa6d8ae02ebdbe9e200bfe..a5c86697e727ef62c38b8c1801f0f23ec20c0b4e 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/
diff --git a/ci-templates/default.yml b/ci-templates/default.yml
index 8b0f900dba882ea5ead1fd1d46c52cc33e0b579d..95386c2ab20ca6a56f1d1fe7662937a6b2140aa7 100644
--- a/ci-templates/default.yml
+++ b/ci-templates/default.yml
@@ -7,7 +7,7 @@ stages:
 
 .default:
   variables:
-    DEFAULT_VERSION: "1.2.0-SNAPSHOT"
+    DEFAULT_VERSION: "1.0.0-SNAPSHOT"
   before_script:
     - |
       if [ "$CI_COMMIT_REF_NAME" = "main" ] && [ -n "$CI_COMMIT_TAG" ]; then