From 9ec90a169449764163ba0a5458111e5bb6013a8c Mon Sep 17 00:00:00 2001
From: Dominique Benielli <dominique.benielli@univ-amu.fr>
Date: Mon, 19 May 2025 15:50:24 +0200
Subject: [PATCH] stamping

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a1d10bc..3c6221ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ pages:
         - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
         - pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
         - pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
-        - pip3 install -e .[dev]
+        - pip3 install -e .[test]
         - pip3 install -e .[doc]
         - pytest --cov=. --cov-report=html
         - sphinx-apidoc -o docs/source summit
-- 
GitLab