From 4e1b15e7e21454c5c33b5b7c3ca44e2bc077ee02 Mon Sep 17 00:00:00 2001 From: LouisV <louis.vauterin@student-cs.fr> Date: Thu, 13 Oct 2022 18:53:23 +0200 Subject: [PATCH] pour pylint --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8fd481..3cbea7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ pylint: - download_dependencies script: - source .venv/bin/activate - - pip install pylint + - pip install pylint pytest - pylint calculator --fail-on=error pytest: -- GitLab