diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df047543e886355163cc792c42b3510918fe7f1f..98d11ecdb9be35555cb2383860252207629d0380 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,18 +1,6 @@
-stages:
-  - build
-  - test
-
 build_hello:
   stage: build
   tags:
     - shell
   script:
     - make
-
-test_hello:
-  stage: test
-  tags:
-    - shell
-  script:
-    - make test
-