diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
index 862381cb235e9fb2ecf16a7f0e1f3c5746ddab08..f835edd43064af79d13f9a9908045eac72ab5afd 100644
--- a/debian/gitlab-ci.yml
+++ b/debian/gitlab-ci.yml
@@ -245,10 +245,12 @@ relocatable-install:
         set -eux
 
         PRESSURE_VESSEL=$(ls _build/scout/pressure-vessel-*-bin.tar.gz | head -1)
+        mkdir -p _build/depot-template/common
 
         if [ -n "${IMAGES_DOWNLOAD_URL}" ] && [ -n "${IMAGES_DOWNLOAD_CREDENTIAL}" ]; then
             python3 ./pressure-vessel/populate-depot.py \
             --depot=_build/depot \
+            --source-dir=_build/depot-template \
             --include-sdk \
             --unpack-runtimes \
             --credential-env IMAGES_DOWNLOAD_CREDENTIAL \
@@ -260,6 +262,7 @@ relocatable-install:
         else
             python3 ./pressure-vessel/populate-depot.py \
             --depot=_build/depot \
+            --source-dir=_build/depot-template \
             --unpack-runtimes \
             --pressure-vessel "${PRESSURE_VESSEL}" \
             --version latest-steam-client-public-beta \