diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e19610f6dd02865e20e0510332ac0e76352bed10..033af140cf33d92a718868d66116f0f8346816e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,12 @@ default:
         # Instal pip
         - wget -q https://bootstrap.pypa.io/get-pip.py
         - python3 get-pip.py
+        # Install CoDiPack
+        - git clone https://github.com/SciCompKL/CoDiPack
+        - cd CoDiPack
+        - git checkout tags/v2.1.0
+        - INCLUDE=${INCLUDE}:${PWD}/include
+        - cd ..
         # Install SDPM
         - wget -q https://gitlab.uliege.be/am-dept/sdpm/-/archive/adri/sdpm-adri.tar.bz2
         - tar xf sdpm-adri.tar.bz2