diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6f0552c13243845d367d46c0102338c869bee50b..994e74364f222a79030f5fdf954e4865d460eeaa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ before_script:
     - cmake . -DCMAKE_CXX_FLAGS="-Wall -Wextra -fdiagnostics-color=always" # Build again, but with more warnings
     - make -j4
 
-.tests:
+tests:
   stage: test
   variables:
     GIT_SUBMODULE_STRATEGY: normal
@@ -58,7 +58,7 @@ cppcheck-misra:
   tags:
     - helit
 
-.vera:
+vera:
   stage: build
   before_script:
     - apt-get update -qq && apt-get install -y -qq vera++
@@ -67,7 +67,7 @@ cppcheck-misra:
   script:
     - ci/vera.sh
 
-.clang-tidy:
+clang-tidy:
   stage: build
   variables:
     GIT_SUBMODULE_STRATEGY: normal