From a2f53ce711a8d37715957abc2630a8551894378a Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 15 Jan 2020 23:38:02 +0100 Subject: [PATCH] Use the same image for building and testing in ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9422ffe..b3722d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: - make build-debug - name: test - image: vikunja/flutter-build + image: cirrusci/flutter:stable pull: true commands: - flutter packages get