diff --git a/app/services/system_hooks_service.rb b/app/services/system_hooks_service.rb
index fd3c9a2cede8bf0459b741b6e8a92538e879e1c5..a52d13d52374f61e9dbe2c0d0eb8603b2af1cf95 100644
--- a/app/services/system_hooks_service.rb
+++ b/app/services/system_hooks_service.rb
@@ -25,7 +25,8 @@ def self.build_event_data(model, event)
     when Project
       data.merge!({
         name: model.name,
-        path: model.path_with_namespace,
+        path: model.path,
+        path_with_namespace: model.path_with_namespace,
         project_id: model.id,
         owner_name: model.owner.name,
         owner_email: model.owner.email