diff --git a/.woodpecker.yml b/.woodpecker.yml index 6cde0a1..400b2f2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ pipeline: test: image: maven:3-jdk-11 commands: + - apt update && apt install -y lsof - mvn test build: