Use the same image for building and testing in ci

This commit is contained in:
kolaente 2020-01-15 23:38:02 +01:00
parent edbadd9913
commit 6974befb6e

View File

@ -28,7 +28,7 @@ steps:
- make build-debug - make build-debug
- name: test - name: test
image: vikunja/flutter-build image: cirrusci/flutter:stable
pull: true pull: true
commands: commands:
- flutter packages get - flutter packages get