diff --git a/tests/fixtures.py b/tests/fixtures.py
index 0c6829c..674ba5c 100644
--- a/tests/fixtures.py
+++ b/tests/fixtures.py
@@ -33,7 +33,7 @@ def containers(project="default", containers=[]):
         return [
         {
             'Id': container.get('id', generate_sha256()),
-            'Name': ''.join(random.choice(string.ascii_lowercase) for i in range(16)),
+            'Name': container.get('service') + '_' + ''.join(random.choice(string.ascii_lowercase) for i in range(16)),
             'Config': {
                 'Image': 'restic-volume-backup_backup',
                 'Labels': {