From 883ff47ef23c91fbc705cdd6db2a7bdd47146856 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Thu, 15 May 2025 23:39:00 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca94dd5..dc85f0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ tests: - docker script: - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - - pip install -e .[test] + - pip3 install -e .[test] - pytest-3 coverage: '/^TOTAL.+?(\d+\%)$/' artifacts: -- GitLab