From d4f8354b69c2bd76b3fd19c0b88af3a8a40020cf Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 22 Oct 2020 12:27:51 +0200 Subject: [PATCH] Fix accounts ui tests runner --- .drone.star | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.star b/.drone.star index 6aa18dac5b..f134cef71e 100644 --- a/.drone.star +++ b/.drone.star @@ -539,6 +539,8 @@ def accountsUITests(ctx, phoenixBranch, phoenixCommit, storage = 'owncloud'): 'TEST_TAGS': 'not @skipOnOCIS and not @skip', 'LOCAL_UPLOAD_DIR': '/uploads', 'NODE_TLS_REJECT_UNAUTHORIZED': 0, + 'PHOENIX_PATH': '/srv/app/phoenix', + 'FEATURE_PATH': '/drone/src/accounts/ui/tests/acceptance/features', }, 'commands': [ 'git clone -b master --depth=1 https://github.com/owncloud/testing.git /srv/app/testing',