diff --git a/.woodpecker/playwright.yaml b/.woodpecker/playwright.yaml
index 44d6d8d..2a0ccca 100644
--- a/.woodpecker/playwright.yaml
+++ b/.woodpecker/playwright.yaml
@@ -24,14 +24,6 @@ steps:
       - npm install
       - npx playwright install
       - npx playwright test 
-  - name: debug
-    image: alpine:latest
-    commands:
-      - ls -lah playwright/
-      - ls -lah playwright/playwright-report
-      - ls -lah playwright/test-results
-    when:
-      - status: [ success, failure ]
   - name: upload logs on failuer
     image: woodpeckerci/plugin-s3
     settings:
diff --git a/Readme.md b/Readme.md
index fd80947..8cead1f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -8,7 +8,7 @@
 | DUMMY_DATABASE | Setup a new sqlite with the struct but no data for dev and test only | false |
 | USERSTORE_SQLITE_PATH | Path to the Sqlite Database | `none` |
 | PORT | Port for the Webserver | 8080 |
-| SMTP_SERVER | SMTP Server to send mails | `none` |
+| SMTP_SERVER | SMTP Server to send mails, if server is `test` mails will not be send, no error shown | `none` |
 | SMTP_PORT | SMTP Port | 587 |
 | SMTP_USERNAME | SMTP Username | `none` |
 | SMTP_PASSWORD | SMTP Password | `none` |