diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb75a1f25d02a6887fb9ba5da11d6379f30dc256..f83aa096f5f4b32697bc7386ec82eaf9c7281962 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ test:
     - docker run ${DOCKER_USERNAME}/motion_detector:${TAG} pytest tests/
     - docker run ${DOCKER_USERNAME}/object_recognizer:${TAG} pytest tests/
   only:
-    - master
+    - main
 
 # Deploy stage: Deploy using Docker Compose
 deploy: