diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da264654ba92837ef2c6303b8327133855a59fff..7a6cb8b353c6ccdc12fee717819d4392d25a60bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
 
 before_script:
     - apt-get update
-    - apt-get -y install build-essential make autoconf gcc
+    - apt-get -y install build-essential make autoconf gcc valgrind
     - make
 
 test: