diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8566525481abe11e5c7fe8374d60ac10b9ca6ec1..8fd7451ba989d75e38c6773d5e9071053d2491f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,8 @@ test:ubuntu_python:
     - DEPS_NAMES=("aidge_onnx" "aidge_quantization")
     - DEPENDENCY_JOB="build:ubuntu_python"
     - !reference [.ubuntu:download:artifacts, script]
-
+    # Need to install extra dependence for tests:
+    - python -m pip install torch
 coverage:ubuntu_python:
   before_script:
     - !reference [.setup:coverage:ubuntu_python, before_script]