squash me too
diff --git a/dockerfiles/centos-6-erlang-18.3 b/dockerfiles/centos-6-erlang-18.3
index 2164a69..bf67102 100644
--- a/dockerfiles/centos-6-erlang-18.3
+++ b/dockerfiles/centos-6-erlang-18.3
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/centos-6-erlang-default b/dockerfiles/centos-6-erlang-default
index e85df9c..0c62c61 100644
--- a/dockerfiles/centos-6-erlang-default
+++ b/dockerfiles/centos-6-erlang-default
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/centos-7-erlang-18.3 b/dockerfiles/centos-7-erlang-18.3
index e44ae50..f85c5d3 100644
--- a/dockerfiles/centos-7-erlang-18.3
+++ b/dockerfiles/centos-7-erlang-18.3
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/centos-7-erlang-default b/dockerfiles/centos-7-erlang-default
index 9c0dd48..351275d 100644
--- a/dockerfiles/centos-7-erlang-default
+++ b/dockerfiles/centos-7-erlang-default
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/debian-8-erlang-18.3 b/dockerfiles/debian-8-erlang-18.3
index e7f0b80..2c7e8aa 100644
--- a/dockerfiles/debian-8-erlang-18.3
+++ b/dockerfiles/debian-8-erlang-18.3
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/debian-8-erlang-default b/dockerfiles/debian-8-erlang-default
index 5e23ac0..4d4ef4c 100644
--- a/dockerfiles/debian-8-erlang-default
+++ b/dockerfiles/debian-8-erlang-default
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/ubuntu-12.04-erlang-18.3 b/dockerfiles/ubuntu-12.04-erlang-18.3
index b5681e8..e7ccc35 100644
--- a/dockerfiles/ubuntu-12.04-erlang-18.3
+++ b/dockerfiles/ubuntu-12.04-erlang-18.3
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/ubuntu-12.04-erlang-default b/dockerfiles/ubuntu-12.04-erlang-default
index 25e3e0e..7107075 100644
--- a/dockerfiles/ubuntu-12.04-erlang-default
+++ b/dockerfiles/ubuntu-12.04-erlang-default
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/ubuntu-14.04-erlang-18.3 b/dockerfiles/ubuntu-14.04-erlang-18.3
index 7ff2348..1573a7f 100644
--- a/dockerfiles/ubuntu-14.04-erlang-18.3
+++ b/dockerfiles/ubuntu-14.04-erlang-18.3
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/ubuntu-14.04-erlang-default b/dockerfiles/ubuntu-14.04-erlang-default
index 230b7d5..bbb2d80 100644
--- a/dockerfiles/ubuntu-14.04-erlang-default
+++ b/dockerfiles/ubuntu-14.04-erlang-default
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/ubuntu-16.04-erlang-18.3 b/dockerfiles/ubuntu-16.04-erlang-18.3
index dbedf62..3c98421 100644
--- a/dockerfiles/ubuntu-16.04-erlang-18.3
+++ b/dockerfiles/ubuntu-16.04-erlang-18.3
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]
diff --git a/dockerfiles/ubuntu-16.04-erlang-default b/dockerfiles/ubuntu-16.04-erlang-default
index ad846c3..bdf8472 100644
--- a/dockerfiles/ubuntu-16.04-erlang-default
+++ b/dockerfiles/ubuntu-16.04-erlang-default
@@ -29,6 +29,6 @@
   --connection=local \
   --inventory-file=./inventory/couchdb-ci-worker
 
-USER couchdb
+USER build
 
-CMD ["/home/couchdb/build-ci.sh"]
+CMD ["/home/build/build-ci.sh"]