diff --git a/.drone.yml b/.drone.yml
index 326a481..f7945cd 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,16 +4,16 @@ name: first
 platform:
   os: linux
   arch: arm64
+  
 steps:
-
-- name: pip
-  image: python:3
-  commands:
-  - pip install -r requirements.txt
-  - pytest
+  - name: pip
+    image: python:3
+    commands:
+      - pip install -r requirements.txt
+      - pytest
 
 trigger:
   branch:
-  - master
+    - master
   event:
-  - push
+    - push