From 1ba993443807d13cdb7d6c289447722cea158eee Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 26 Jan 2021 17:07:50 +0100 Subject: [PATCH] Pytest est requis Signed-off-by: Yohann D'ANELLO --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf68258..a38fe0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,4 +24,6 @@ pylint: test: stage: test image: python:3-alpine + before_script: + - pip install pytest --no-cache-dir script: pytest --show-locals .