From 4c7ddc248f235d63e0ed76dea0509de09f69ae6d Mon Sep 17 00:00:00 2001 From: Wittmann Gregory <gregory.wittmann4@etu.univ-lorraine.fr> Date: Mon, 8 Jan 2024 17:43:53 +0100 Subject: [PATCH] L'essai de la derniere chance --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99fb01e..716b34d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,5 @@ test: - apk add python3 py3-pip - python3 -m venv venv - source venv/bin/activate - - pip install -r requirements.txt + - pip install pytest - python3 -m pytest test_sphère.py \ No newline at end of file -- GitLab