diff --git a/Jenkinsfile b/Jenkinsfile index a8b07f1..514c673 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,6 +47,7 @@ pipeline { // Install dependencies sh """ rm -rf ./report + mkdir -p ./report docker compose exec php composer install docker compose exec php php bin/console lexik:jwt:generate-keypair --overwrite docker compose exec php php bin/console doctrine:migrations:migrate --no-interaction