diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93de8a4bc9455e83e2f10e181cfb681ff40457e8..cde987b69c7b41a95af481940cf7b7561e204637 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,4 +67,5 @@ wolf_build_and_test:
     - ls # we can check whether the directory was already full
     - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
     - make -j$(nproc)
-    - ctest
+    - ctest -j$(nproc)
+    - make install