diff --git a/.drone.yml b/.drone.yml index feb53cc..285cb6f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,10 +4,10 @@ name: CI Test Pipeline steps: - name: Unit Tests - image: python:3.11-bookworm + image: python:3.11-bullseye commands: -# - bash -c './scripts/run_unit_tests.sh' - - bash -c 'sleep 100000' + - bash -c './scripts/run_unit_tests.sh' + # - bash -c 'sleep 100000' trigger: event: