diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c75c2616553714c894694bcc03ee99b592623bb4..eef688c9bc0710ccd1984544261f5a68894211fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,9 @@ include:
   - template: Dependency-Scanning.gitlab-ci.yml
   - template: Security/License-Scanning.gitlab-ci.yml
 
-
+stages:
+  - test
+  - build
 
 # This file is a template, and might need editing before it works on your project.
 docker-build-master: