diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index 04ff5de93aeb6df5505ab7d45028a941a282a9b2..3865d39a91cc6a51a0edb7f936d37a3da1791170 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -4,8 +4,6 @@ stages:
 
 test:
   image: python:3.8
-  only:
-    - master
   stage: test
   script:
   # this configures Django application to use attached postgres database that is run on `postgres` hostsdsss
@@ -23,5 +21,3 @@ staging:
     - gem install dpl
     - dpl --provider=heroku --app=tdt4242-base-frontend --api-key=$HEROKU_STAGING_API_KEY
     - dpl --provider=heroku --app=tdt4242-base-backend --api-key=$HEROKU_STAGING_API_KEY
-  only:
-    - master