diff --git a/athena_ci/athena_build.sh b/athena_ci/athena_build.sh
index e67e322253e9af6b4d2d5def4e09270cde93f9b9..ac20f4fc44414fb437aa66ee9e13c4c455b0497a 100755
--- a/athena_ci/athena_build.sh
+++ b/athena_ci/athena_build.sh
@@ -100,7 +100,15 @@ heading "Rebase the GeoModel code base w.r.t. main"
 
 cd ${CI_PROJECT_DIR}
 git fetch origin
+
+fill_line "Changes w.r.t to main before rebase"
+
+git diff HEAD origin/main
 git rebase origin/main
+fill_line "Changes w.r.t to main after rebase"
+
+git diff HEAD origin/main
+
 
 cd ${BUILD_DIR}