diff --git a/.drone.yml b/.drone.yml index 4ee2e4e..85159f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: kubernetes name: tests steps: - - name: test + - name: setup image: archlinux:latest settings: @@ -22,6 +22,10 @@ steps: commands: - pacman -Sy --noconfirm - pacman -S --noconfirm base-devel python meson lsb-release git + + - name: test + image: archlinux:latest + commands: - make test ---