diff --git a/tests.py b/tests.py
index 855af710807d67ae83974b4cb4ebcc04b2c86b7d..ac056aaf1cb0a053f100b54edbf67881668c2bf3 100644
--- a/tests.py
+++ b/tests.py
@@ -159,7 +159,7 @@ def test_install_environment(tmp_path):
             mpsd_release="dev-23a",
             toolchains=["global_generic"],
             script_dir=script_dir,
-            skip_build_cache=True
+            enable_build_cache=False
         )
     # assert that log files exists 
     assert os.path.exists(release_base_dir/'install.log')