diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c9434b8d1c2aa36d81163d51883f1d319a12f23..ac81c056bc9602ebe81fbe80c4fa8627a530922d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,8 @@ generate:
     - git add .
     - git commit -m "Update Content" || echo "No changes to commit"
     - echo $CI_COMMIT_REF_NAME
-    - git push gitlab HEAD:$CI_COMMIT_REF_NAME -o ci.skip
+    - git push gitlab HEAD:$CI_COMMIT_REF_NAME
+    # Use  -o ci.skip on git push to skip the CI job
     
 
 pages: