diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6dc0da3bc9cf87f2bf68f504a3ff0f5e46f0b2de..50c32fe0339c144fba605ecd2a58b8e28a54289d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,6 +75,7 @@ stop_testing:
   environment:
     name: test/$CI_COMMIT_REF_NAME
     action: stop
+  except: master
   script:
     - rm -f /var/www/test/$CI_COMMIT_REF_NAME
     - rm -f /etc/uwsgi/vassals/$CI_COMMIT_REF_NAME.ini
\ No newline at end of file