diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index 68f42479a9d825eb3d05ca9003b8814adaebcf5f..d4c96495c20a1816dc1448b3620ba8d8750f0846 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -280,14 +280,16 @@ retrigger:
           fi
         fi
       - |
-         echo "Deploying software artifacts to Azure.."      
-         . .gitlab-ci/scripts/artifacts_name.sh $TAG_NAME $DEPLOY_DATE
-         echo $uboot_filename
-         echo $kernel_filename
-         echo $filesystem_name
-         echo $image_name
-         echo $bmap_name
-         echo $bundle_filename
+        echo "Starting the deploy of software artifacts"
+      - |
+        echo "Deploying software artifacts to Azure.."
+        . .gitlab-ci/scripts/artifacts_name.sh $TAG_NAME $DEPLOY_DATE
+        echo $uboot_filename
+        echo $kernel_filename
+        echo $filesystem_name
+        echo $image_name
+        echo $bmap_name
+        echo $bundle_filename
       - sh .gitlab-ci/scripts/deploy_artifacts.sh $BASE_DIRECTORY           \
                                                   $ART_PATH                 \
                                                   $DEPLOY_PATH              \