diff --git a/.drone.yml b/.drone.yml index 6d69b97c6..b00afd057 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ pipeline: # Test the code test: image: asoldatenko/dnd-golang + privileged: true commands: - make test