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

Update .gitlab-ci.yml file

parent a398bb30
No related branches found
No related tags found
No related merge requests found
Pipeline #47517 failed
...@@ -7,7 +7,9 @@ test: ...@@ -7,7 +7,9 @@ test:
stage: test stage: test
image: python:3.8 image: python:3.8
script: script:
- python -m unittest discover -s tests - pip install pytest # Installe pytest
- pytest # Exécute pytest pour détecter et exécuter tous les tests
# Job de construction de l'image Docker # Job de construction de l'image Docker
build: build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment