diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06866a3186aae2aaf476ed30d64cbecb8b013c20..d8b43048823d5550bc0709bee669bb6751658736 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,8 +17,3 @@ build:
   artifacts:
     paths:
       - target/*.jar
-
-test:
-  stage: test
-  image: maven:3-openjdk-17
-  script: "mvn verify -B"