diff --git a/shared_scripts.yml b/shared_scripts.yml
index 7be7fc7c2c928ea4f9009a89509db6eef601a372..48c8df9d6d488eeef635dfb873abc103f45cc510 100644
--- a/shared_scripts.yml
+++ b/shared_scripts.yml
@@ -137,7 +137,7 @@ variables:
     -   echo -e "\e[33mWARNING The Unreal Engine version on the runner does not match your project version.\nProject version:\t${ASSOCIATION}\nRunner version:\t\t${UNREAL_VERSION}\e[m"
     - fi
     - EXIT_CODE=0
-    - (${UE_ENGINE_FOLDER}/Build/BatchFiles/RunUAT.sh BuildCookRun -project="${CI_PROJECT_DIR}/${PROJECT_NAME}.uproject" -WaitMutex -nop4 -targetplatform=Linux -clientconfig=${CLIENT_CONFIG} -cook -allmaps -build -stage -pak -iterate -utf8output -archive -archivedirectory="${CI_PROJECT_DIR}/Release/${CI_PROJECT_NAME}" -installed -package ${EXTRA_ARGS}) || EXIT_CODE=$?
+    - (${UE_ENGINE_FOLDER}/Build/BatchFiles/RunUAT.sh BuildCookRun -project="${CI_PROJECT_DIR}/${PROJECT_NAME}.uproject" -WaitMutex -nop4 -targetplatform=Linux -clientconfig=${CLIENT_CONFIG} -cook -allmaps -build -stage -pak -iterate -utf8output -archive -archivedirectory="${CI_PROJECT_DIR}/Release/${CI_PROJECT_NAME}" -installed -package -nocompile ${EXTRA_ARGS}) || EXIT_CODE=$?
     # Copy build logs
     - mkdir -p "${CI_PROJECT_DIR}/Release/${CI_PROJECT_NAME}/BuildLogs/"
     - cp -R "${ADDITIONAL_LOGS}/"* "${CI_PROJECT_DIR}/Release/${CI_PROJECT_NAME}/BuildLogs/" || true