diff --git a/.drone.yml b/.drone.yml index d4986ca4..451a2e84 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,6 @@ steps: # Installe les dépendances PHP si nécessaire - composer install --no-interaction - ./vendor/bin/phpunit tests - depends_on: [ docker-build-and-push ] # Sonar static code analisis deployment # TODO : use an image that already have unzip