renamed pipeline
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Trabelsi 2022-05-22 00:00:41 +02:00
parent 53758f412e
commit 3485bf5123
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 2 additions and 2 deletions

View File

@ -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"