diff --git a/test/test_000_build_containers.py b/test/test_000_build_containers.py
index bca67989..184052f3 100644
--- a/test/test_000_build_containers.py
+++ b/test/test_000_build_containers.py
@@ -12,7 +12,7 @@ run_local = testinfra.get_backend(
     ('test/centos.Dockerfile', 'pytest_pihole:centos'),
     ('test/fedora.Dockerfile', 'pytest_pihole:fedora'),
 ])
-# mark as 'build_stage' so we can ensure images are build first when tests
+# mark as 'build_stage' so we can ensure images are built first when tests
 # are executed in parallel. (not required when tests are executed serially)
 @pytest.mark.build_stage
 def test_build_pihole_image(image, tag):