From b16435306e323a0f78a715a46635856856ed3274 Mon Sep 17 00:00:00 2001 From: WISSLE Guillaume <guillaume.wissle5@etu.univ-lorraine.fr> Date: Sat, 18 Feb 2023 16:42:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00fa1ff..6aa62c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,4 +20,4 @@ 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: - - php vendor/bin/codecept run acceptance --steps + - php vendor/bin/codecept run Acceptance --steps -- GitLab