From 91e81a9de45ade9fd84302268bb9a8b34f16bd89 Mon Sep 17 00:00:00 2001 From: WISSLE Guillaume <guillaume.wissle5@etu.univ-lorraine.fr> Date: Sat, 18 Feb 2023 16:36:25 +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 5c646df..00fa1ff 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 --steps + - php vendor/bin/codecept run acceptance --steps -- GitLab