diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3472f798417849a3e8c9c1dae7bf21c1b5b82768..98d11ecdb9be35555cb2383860252207629d0380 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,10 +4,3 @@ build_hello:
     - shell
   script:
     - make
-
-test_hello:
-  stage: test
-  tags:
-    - shell
-  script:
-    - make test