diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65771af17e4d3f67200bd0c5a689f72309bb7c7e..004f46d48d90357a8d63ac7af374d2d14e0f6e44 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ build-and-test:
     - micromamba install --yes --file environment.yml
     # vendor evalhyd (while waiting for evalhyd to be uploaded to conda-forge)
     - micromamba install --yes -c conda-forge git
-    - git clone https://gitlab.irstea.fr/HYCAR-Hydro/evalhyd/evalhyd-cpp deps/evalhyd-cpp --branch v0.1.0
+    - git clone https://gitlab.irstea.fr/HYCAR-Hydro/evalhyd/evalhyd-cpp deps/evalhyd-cpp --branch v0.1.1
     # configure evalhyd
     - cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_PREFIX_PATH="$CONDA_PREFIX" -D EVALHYD_SRC="${PWD}/deps/evalhyd-cpp"
     # compile evalhyd