diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 476570cb20c90936369687c5bad3ebb52c9aed6a..ad4821160b0030bb8a439442a74b9ab6aa562be3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ compile:
     - mkdir build
     - cd build
     - cmake ..
-    - make commandcenter
+    - make commandcenter -j $(nproc)
   artifacts:
     paths:
       - docs
@@ -58,4 +58,4 @@ pack-linux:
       - build/python-api-src/commandcenter.pyi
   only:
     - master
-    - python12_update
\ No newline at end of file
+    - python12_update