diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4553ad36ae46eaa0d8414ba9519396d1ef455dd7..bf6328827d94b3573d3cabf150638cf48872e87f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,4 +28,7 @@ pylint: # À toi de nous rajouter un petit job pour faire des tests unitaires pytest: - ## Bon courage + stage: test + script: + - pip install pytest + - pytest calculator