From ae091c23b32365bf5a6e498f8c2ee6a3e925479f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Charlier?= <clement.charlier@student-cs.fr> Date: Thu, 13 Oct 2022 18:27:33 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f947f4..4559674 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,4 +33,5 @@ pytest: dependencies: - download_dependencies script: + - pip install pytest - pytest calculator -- GitLab