diff --git a/.drone.yml b/.drone.yml index a9fa30d..fc6948e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,6 +28,6 @@ steps: - cd Sources/ - dotnet restore LeagueOfLegends.sln - dotnet test LeagueOfLegends.sln --no-restore - depends_on: [build] + depends_on: [docker-build-and-push]