diff --git a/README.md b/README.md
index 66dba1404ad846c7debda81146a80dd2e0f699ba..429f28b2b6d37fdc3489383bac83fdd8288c3ad0 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,4 @@
 
 This project also publishes CI components to build cmake based projects.
 
-### bookworm
-
-- Build a CMake project with Debian bookworm.
+### debian
diff --git a/templates/debian.yml b/templates/debian.yml
index 7413a4c84541b8e59aa6d67266fbfefb82c04975..40754cdedc3d106585ef47dcbfc5c7d61a310d42 100644
--- a/templates/debian.yml
+++ b/templates/debian.yml
@@ -51,6 +51,7 @@ spec:
       -DCMAKE_BUILD_TYPE="${BUILD_TYPE}"
       -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
       $[[ inputs.cmake_options ]]
+    - cmake --build "${BUILD_DIR}"
     - ccache -s -v
     - ctest --test-dir "${BUILD_DIR}" --output-junit "${BUILD_DIR}/test-report-${BUILD_TYPE}.xml"