diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d5d37df5c22e8b7596b3d8e44c943a5d1ce1dc4..9232956334e711ec2494bac61ac04a482dbb5c7b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,6 @@ image: maven:3-jdk-11
 build:
   script:
     - chmod +x ./mvnw
-    - ./mvnw clean test install -DfailIfNoTests=true
+    - ./mvnw clean test install
   tags:
     - shared-fi
\ No newline at end of file