diff --git a/.drone.yml b/.drone.yml index 5336990..ebe8251 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: - - cd LOLAPP/LOLAPP/ + - cd LOLAPP/ - dotnet restore LOLAPP.sln - dotnet test LOLAPP.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage" depends_on: [build]