From 90978e76803400662500153f0fc3c3d1add20095 Mon Sep 17 00:00:00 2001
From: Daniel de Leng <daniel.de.leng@liu.se>
Date: Wed, 3 Jul 2024 11:57:59 +0200
Subject: [PATCH] Speed up compilation

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 476570cb2..ad4821160 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
-- 
GitLab