diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f7589303dff9c6954cd3d4de075c4dc4ee95667..de062ce4d00569440799cabd4a14e613fe9eb92b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ before_script:
   - echo $NGINX_VERSION
   - echo $NGINX_BINARY
   # Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
-  - curl -o source/fakeroot/usr/sbin/nginx "${NGINX_BINARY}"
+  - curl -o source/usr/sbin/nginx "${NGINX_BINARY}"
 
 after_script:
   - ls -la $CI_BUILDS_DIR