diff --git a/.drone.star b/.drone.star index 201ab817c3b..364e3940e99 100644 --- a/.drone.star +++ b/.drone.star @@ -1186,6 +1186,7 @@ def e2eTests(ctx): "RETRY": "1", "WEB_UI_CONFIG_FILE": "%s/%s" % (dirs["base"], dirs["ocisConfig"]), "LOCAL_UPLOAD_DIR": "/uploads", + "FRONTEND_PASSWORD_POLICY_BANNED_PASSWORDS_LIST": "%s/tests/drone/banned-passwords.txt" % dirs["web"], }, "commands": [ "cd %s" % dirs["web"], @@ -1962,7 +1963,6 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on = "OCIS_ASYNC_UPLOADS": True, "OCIS_EVENTS_ENABLE_TLS": False, "FRONTEND_AUTO_ACCEPT_SHARES": True, - "FRONTEND_PASSWORD_POLICY_BANNED_PASSWORDS_LIST": "%s/tests/drone/banned-passwords.txt" % dirs["web"], } if deploy_type == "":