diff --git a/.drone.yml b/.drone.yml index 8755071..37cfba4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: backend +name: lib-paveit environment: MONGO_USER: '' @@ -13,5 +13,4 @@ steps: image: python:3.11-buster commands: - pip install --no-cache-dir . - - pip install --no-cache-dir pytest - - pytest -v -log_cli=True --log-cli-level=INFO tests \ No newline at end of file + - pip install --no-cache-dir pytest \ No newline at end of file