diff --git a/job_templates/ci_launcher_job.xml.em b/job_templates/ci_launcher_job.xml.em
index 45ed5565..7e71b5f6 100644
--- a/job_templates/ci_launcher_job.xml.em
+++ b/job_templates/ci_launcher_job.xml.em
@@ -3,7 +3,6 @@
Launches a build of the CI job for each supported platform with the same set of parameters.
- Use of RTI Connext will always be disabled on aarch64 jobs.
false
@@ -99,22 +98,22 @@ for (item in predicted_jobs) {
-@[ if os_name in ['linux-aarch64']]@
+@[ if os_name in ['windows']]@
- CI_USE_CONNEXTDDS
- false
+ CI_ISOLATED
+ @(os_data['use_isolated_default'])
@[ end if]@
-@[ if os_name in ['windows']]@
+@[ if os_data['use_connext_debs_default'] == 'true']@
- CI_ISOLATED
- @(os_data['use_isolated_default'])
+ CI_USE_CONNEXT_DEBS
+ @(os_data['use_connext_debs_default'])