diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9feacee1e195ead488dbaa8cfb40b038e4dc98c3..a26597f1fe55fa1f05d27baf0971dee1f39a94d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
   - build
 
 before_script:
-  - yum -y install cmake glibc-devel which
+  - yum -y install cmake glibc-devel sqlite which
   - set +e && source CI/setup_lcg.sh; set -e
 
 variables: