diff --git a/apertis-image-sdk.yaml b/apertis-image-sdk.yaml
index f77b46a0f03d3d3a74a0c6197e6053bda764a3d9..7ce2d7fd60c02b7e58d41395af1e2858eba02201 100644
--- a/apertis-image-sdk.yaml
+++ b/apertis-image-sdk.yaml
@@ -12,7 +12,7 @@
 {{ $demopack := or .demopack "disabled" }}
 
 {{ $size := or .size "20G" }}
-{{ $ivitools := or .ivitools "enabled" }}
+{{ $sampleappscheckout := or .sampleappscheckout "enabled" }}
 {{ $devroot := or .devroot "enabled" }}
 {{ $devroot_arch := or .devroot_arch "armhf" }}
 {{ $devpack := or .devpack (printf "ospack_%s-%s-%s_%s" $suite $devroot_arch "devroot" $timestamp) }}
@@ -100,7 +100,7 @@ actions:
     description: Cleanup /var/lib
     script: scripts/remove_var_lib_parts.sh
 
-  {{ if eq $ivitools "enabled" }}
+  {{ if eq $sampleappscheckout "enabled" }}
   - action: run
     description: Fetch sample app bundle sources
     chroot: true