diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f78f59f7262c73aa72732e536117433fbdb5d37e..1f4ed37aa17bbd14ad4084350c5c8616b0a3e7d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,6 @@ default-postgres:
   image: postgres
   variables:
     PGPORT: "5432"
-
   script:
     # official way to provide password to psql: http://www.postgresql.org/docs/9.3/static/libpq-envars.html
     - export PGPASSWORD=$POSTGRES_PASSWORD