From 49076a68dd9356f670e4816620638aa7748aa076 Mon Sep 17 00:00:00 2001
From: Thibault Hallouin <thibault.hallouin@inrae.fr>
Date: Thu, 9 Feb 2023 16:07:47 +0100
Subject: [PATCH] update CI to take into account
 b11c4610ce6adf4459cf8019e6a3bbbcd9373f28

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f974ed..339e069 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ build-and-test:
   stage: build_and_test
   script:
     # install dependencies
-    - micromamba install --yes --file environment-dev.yml
+    - micromamba install --yes --file environment.yml
     # configure evalhyd
     - cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_PREFIX_PATH="$CONDA_PREFIX"
     # compile evalhyd
-- 
GitLab