diff --git a/.drone.yml b/.drone.yml index 9ea659a..46f2996 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,9 +17,8 @@ steps: - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - cd Sources - - dotnet LeagueOfLegends.sln - - dotnet test LeagueOfLegends.sln --no-restore + - dotnet /drone/src/Sources/LeagueOfLegends.sln + - dotnet test /drone/src/Sources/LeagueOfLegends.sln --no-restore depends_on: [build] - name: code-analysis