diff --git a/.drone.yml b/.drone.yml index d01d864..4296c74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: # Install dependencies - pip install poetry - poetry install - - poetry run pylint + - poetry run pylint cic_utils - poetry run pytest environment: LOGLEVEL: info