diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 5b84500..86540ce 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -4,7 +4,7 @@ when: steps: test1: - image: bitnami/debian - commands: - - echo "Test" - - ping asandikci.com \ No newline at end of file + image: debian + commands: + - echo "Test" + - ping asandikci.com \ No newline at end of file