From 0ceb87096487183a302ee5b15a336e6337ba8c6b Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 12 Jan 2020 14:11:29 +0100 Subject: [PATCH] Fix test pipeline docker image --- .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