From 3dbdebc043e375824e36c80e57e995846c9e34cc Mon Sep 17 00:00:00 2001 From: WISSLE Guillaume <guillaume.wissle5@etu.univ-lorraine.fr> Date: Sat, 18 Feb 2023 17:01:51 +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 12a359d..2968b1e 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: - - php -S localhost:8000 + - php -S localhost:8000 & - php vendor/bin/codecept run Acceptance --steps -- GitLab