diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4791e5c4d77ae1a155427683437ab7afd2c5eeb..83235cb61937a9f9fd26b8893d4ca589dcf5cbcb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,3 +5,6 @@ test-job:
     - pip3 install -r requirements.txt  # Install Python dependencies
     - pip3 install pytest               # Install pytest
     - pytest test/                      # Run tests
+    - pip3 install build                # Install build package
+    - python3 -m build                  # Build package
+    - pip3 install .                    # Install package