diff --git a/.woodpecker.yml b/.woodpecker.yml index 4f8ddb1f..9c6f229b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,6 +4,7 @@ platform: linux/arm64 pipeline: test: - image: debian + image: registry.gitlab.com/python-devs/ci-images:active commands: - - echo Hello from Woodpecker + - python -m pip install -r requirements.txt + - make verifs