diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96e0ce87853b9c65bc56756c71282a745453b22c..356485143986eb39d6815b92751d898df0e40915 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,6 @@ stages:
   - clean
   - build
   - test
-  - deploy
 
 Clean Project files:
   stage: clean
@@ -24,13 +23,4 @@ Run JUnit tests and verify:
     reports:
       junit:
       - target/surefire-reports/TEST-*.xml
-      - target/failsafe-reports/TEST-*.xml
-
-Deploy new version as Release:
-  stage: deploy
-  script:
-    - mvn versions:set -DnewVersion=$CI_COMMIT_TAG
-    - mvn assembly:assembly
-  artifacts:
-    paths:
-      - target/*.jar
\ No newline at end of file
+      - target/failsafe-reports/TEST-*.xml
\ No newline at end of file