diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh
index befa1dd84daf5fcd39c4feba73768528ebf23776..001f9866bcde55fd6dee8235e5385d3bb322137e 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -42,7 +42,7 @@ then
     then
         if [ -n "$PLUGIN_NAME" ]
         then
-            artifacts_folder="protected/ui-tests.master.$PLUGIN_NAME"
+            artifacts_folder="protected/ui-tests.$TRAVIS_BRANCH.$PLUGIN_NAME"
         else
             artifacts_folder="ui-tests.$TRAVIS_BRANCH"
         fi