diff --git a/tutorials/mesh/snappyHexMesh/Allrun b/tutorials/mesh/snappyHexMesh/Allrun
index 5b9d4c9c593fccc02f891d81d5995a9430abadb6..b9bb48074415bd21215f20ffb18c4c97094662c7 100755
--- a/tutorials/mesh/snappyHexMesh/Allrun
+++ b/tutorials/mesh/snappyHexMesh/Allrun
@@ -10,6 +10,7 @@ cd "${0%/*}" || exit    # Run from this directory
 ( cd faceZoneRegions && ./Allrun )
 ( cd motorBike_leakDetection && ./Allrun )
 ( cd opposite_walls && ./Allrun )
+( cd airfoilWithLayers && ./Allrun )
 
 exit 0