diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ebc7f6833dcc406a37386af1d5236b3b7f05dce..5db71a36b690e2b09f0cfdc45dcc94fb77c7f96a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ variables:
       -e ansible_cfg.defaults.log_path=ansible.log
       ${LIBVIRT:+-e libvirt.remote_host=${LIBVIRT#*@} -e libvirt.remote_user=${LIBVIRT%@*}}
       ${MITOGEN:+-e ansible_cfg.defaults.strategy=mitogen_linear -e ansible_cfg.defaults.strategy_plugins=${MITOGEN}/ansible_mitogen/plugins/strategy}
+      ${APT_PROXY:+-e config.apt_proxy=${APT_PROXY} -e config.apt_proxy_enable_https=true}
       $CREATE_ENV_VARS $BUILD_DIR
 
     - with-ssh-key ./test-driver init $BUILD_DIR
diff --git a/test-driver b/test-driver
index bfbecb3e9a853423f5c6a3d61000c0af758ec4ad..6e17a00c19addce1a136ce83480ff0bf02fcc1c8 100755
--- a/test-driver
+++ b/test-driver
@@ -67,10 +67,8 @@ run_init() {
         || die "failed to run the init-credentials playbook"
 
     log Running main playbook
-    env ANSIBLE_STDOUT_CALLBACK=debug \
-        ${float_dir}/float run -vvv site.yml \
+    ${float_dir}/float run -vv site.yml \
         || die "failed to run the main playbook"
-
 }
 
 run_cleanup() {