diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ec33304d4d596b342b6bc8e4ec11119c62b4638..98d11ecdb9be35555cb2383860252207629d0380 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
-helloworld:
+build_hello:
+  stage: build
   tags:
-    - shell, specific
+    - shell
   script:
-    - echo "hello, world"
-    - echo "bonjour, monde"
+    - make