diff --git a/.drone.yml b/.drone.yml index a9d2c9e..66e8d83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: - pwd - ls -la - python ./python/hello.py - - pytest $(pwd)/python/test_demo.py + - pytest ./python/test_demo.py - name: "CI失败 微信推送"