From 3485bf5123725d454aa7c24fc000a117b3d78e6b Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sun, 22 May 2022 00:00:41 +0200 Subject: [PATCH] renamed pipeline --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5cfe92a..3069545 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: kubernetes -name: test +name: pytest platform: os: linux @@ -9,7 +9,7 @@ platform: steps: -- name: test +- name: pytest image: python:3-alpine commands: - "pip install -r requirements.txt"