From 76ebbd5eb347b9b89c803090c11d2c50ee14890a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 20 Feb 2021 17:12:55 +0100 Subject: [PATCH] fix ci image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 82b5eaf..6e9de76 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,6 @@ name: default steps: - name: test - image: python3 + image: python:3 commands: - python3 test.py