diff --git a/.drone.yml b/.drone.yml index 9b9318c27f..fc9322e581 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,10 +26,8 @@ pipeline: event: [ push, tag, pull_request ] test: - image: webhippie/golang:edge + image: vikunja/golang-build:latest pull: true - environment: - GOPATH: /srv/app commands: - make test when: