diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffd9b0a8435eda5d75efa7b6457e0ab35e286808..41445bf3804973253671adb4091c62785ce18164 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,8 +23,18 @@ variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
 stages:
+  - build
   - lint
 
+# Stage build
+
+build:
+  stage: build
+  tags:
+    - qt
+  script:
+    - ./sbs
+
 # Stage lint
 
 cppcheck:
@@ -46,4 +56,4 @@ find:
   tags:
     - miosix
   script:
-    - ./scripts/linter.py --find src
+    - ./scripts/linter.py --find src
\ No newline at end of file
diff --git a/sbs b/sbs
index d88d8602e504c456c73b2527e38b153834c1d6d8..50d9e66d0ccd8b8f6749156d6e7a346778161300 100755
--- a/sbs
+++ b/sbs
@@ -315,7 +315,7 @@ EOF
 }
 
 CMAKE_FILENAME="CMakeCache.txt"
-CMAKE_PREFIX_PATH="~/Qt/5.15.2/clang_64/lib/cmake/"
+CMAKE_PREFIX_PATH="/opt/5.15.2/gcc_64/lib/cmake/"
 DEBUG_FILENAME=".sbsdebug"
 VERBOSE_FILENAME=".sbsverbose"
 BUILD_DIRNAME="build"