diff --git a/.woodpecker.yml b/.woodpecker.yml index d6a88d2..0b37e32 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,4 +8,8 @@ pipeline: image: alpine:latest commands: - apk update - - apk add git \ No newline at end of file + - apk add git + gpu: + image: oguzpastirmaci/gpu-burn:latest + commands: + - echo "bla" \ No newline at end of file