diff --git a/.woodpecker.yml b/.woodpecker.yml index de5aeef..242e5c4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,6 +4,6 @@ pipeline: commands: - echo "This is the build step" a-test-step: - image: debian + image: python commands: - - echo "Testing.." \ No newline at end of file + - python -V \ No newline at end of file