From 14207a0fa85cc90822299acba4b07c792978f67a Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 2 Nov 2018 14:37:11 +0000 Subject: [PATCH] Fix tests in drone (#13) --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: