diff --git a/lpreports/cmd/collect_assignees.py b/lpreports/cmd/collect_assignees.py
index c35b42e..e6d7605 100755
--- a/lpreports/cmd/collect_assignees.py
+++ b/lpreports/cmd/collect_assignees.py
@@ -28,8 +28,7 @@ def ordered_load(stream):
 
 
 def load_config(config_name):
-    team_config_path = os.path.join(os.path.dirname(__file__), '../../config',
-                                    config_name)
+    team_config_path = os.path.join('/etc/lpreports', config_name)
 
     with open(team_config_path) as fl:
         return ordered_load(fl)
