diff --git a/ci/libcalamares/utils.py b/ci/libcalamares/utils.py
index 706e4a95a287d5a1093dd39d339b45199d9b4ad0..b3676be0fde055ee1f5bd4fdfd9b10abde546be2 100644
--- a/ci/libcalamares/utils.py
+++ b/ci/libcalamares/utils.py
@@ -20,4 +20,8 @@ def target_env_call(_): return 0
 
 def check_target_env_call(_): pass
 
+def target_env_process_output(cmd, *args): return 0
+
+def host_env_process_output(cmd, *args): return 0
+
 def mount(device, mountpoint, fstype, options): return 0