diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b71c9be0b30fd30ed3caa2316c9ad373079477ee..150197d6605540c0a17aba68702a0893767c615e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,5 +20,5 @@ build-job:                          # Le job se lance dans la phase de build
 unit-test-job:                      # Le job se lance dans la phase de test
   stage: test                       
   script:
-    - echo "Running unit tests"
-     
\ No newline at end of file
+    - php vendor/bin/codecept generate:cest Acceptance Premier
+    - php vendor/bin/codecept run --steps