Skip to content
Snippets Groups Projects
Commit a760497f authored by Lucas Signorelli's avatar Lucas Signorelli
Browse files

Correction codeception test

parent a1b42854
No related branches found
No related tags found
Loading
Pipeline #10763 failed
...@@ -6,6 +6,5 @@ stages: ...@@ -6,6 +6,5 @@ stages:
unit-test-job: # Le job se lance dans la phase de test unit-test-job: # Le job se lance dans la phase de test
stage: test stage: test
script: script:
- echo "Running unit tests" - codecept run unit --coverage # On lance les tests unitaires et on génère le rapport de couverture de code
- sleep 10
- echo "Unit tests finished"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment