From dea44b62e9738e6860d1e44bd1a4c3ca6be522cb Mon Sep 17 00:00:00 2001
From: acrovato <a.crovato@uliege.be>
Date: Thu, 21 Dec 2023 16:17:24 +0100
Subject: [PATCH] fix ci

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e19610f..033af14 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
-- 
GitLab