diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index 7c11584f1f9d1cdc129ecd84ccc11eab0fbd63fd..2ad635dff79715f2e3a487b0a41d6f1b132ff641 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -17,6 +17,7 @@ test:ubuntu_python:
   script:
     - source venv/bin/activate
     - cd aidge_backend_cpu
+    - python3 -m pip install numpy
     - python3 -m pip list
     # Run on discovery all tests located in core/unit_tests/python and discard the stdout 
     # only to show the errors/warnings and the results of the tests