diff --git a/.woodpecker.yml b/.woodpecker.yml index 3bb1a46..7cb7f44 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,4 +15,4 @@ pipeline: ## - 120 cpi: image: progrium/stress:latest - commands: --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 10s + commands: /usr/bin/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 10s