diff --git a/.drone.yml b/.drone.yml
index 12348ca1eedf5972af1f0d96ac5ee997d0fe0a14..fc14ba7a36699ad6869c4fbc5478717afdc9fbd5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -622,9 +622,9 @@ matrix:
     - DB: mysql
       PHP: 5.6
       ENABLE_REDIS: true
-#    - DB: postgres
-#      PHP: 5.6
-#      ENABLE_REDIS: true
+    - DB: postgres
+      PHP: 5.6
+      ENABLE_REDIS: true
     - DB: mysqlmb4
       PHP: 5.6
       ENABLE_REDIS: true
@@ -644,7 +644,7 @@ services:
     image: postgres
     environment:
       - POSTGRES_USER=oc_autotest
-      - POSTGRES_PASSWORD=oc_autotest
+      - POSTGRES_PASSWORD=owncloud
     when:
       matrix:
         DB: postgres