Skip to content
Snippets Groups Projects
Commit 2c46daec authored by LAMRINI Houda's avatar LAMRINI Houda
Browse files

Update .gitlab-ci.yml file

parent fe385e93
No related branches found
No related tags found
No related merge requests found
Pipeline #47519 passed
......@@ -7,7 +7,8 @@ test:
stage: test
image: python:3.8
script:
- pip install pytest # Installe pytest
- pip install flask # Installer Flask
- pip install pytest # Installer pytest si ce n'est pas déjà fait
- pytest # Exécute pytest pour détecter et exécuter tous les tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment