diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9efc8fd0aa1148568f6de0c8507399ece7331813..690634c121c050e573cb59297ab312c090e5a643 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,8 @@
+stages:
+
+- build
+- test
+
 build:
   stage: build
   image:
@@ -11,8 +16,7 @@ build:
   tags:
   - general
 
-stages:
-- test
+
 sast:
   stage: test
 include: