[supt] fix path to journeys

This commit is contained in:
spalger 2022-09-22 11:44:02 -05:00
parent d8901857aa
commit fd9774c974

View file

@ -57,7 +57,7 @@ for journey in "${journeys[@]}"; do
export TEST_PERFORMANCE_PHASE="$phase"
node scripts/functional_tests \
--config "$journey" \
--config "x-pack/performance/journeys/$journey.ts" \
--kibana-install-dir "$KIBANA_BUILD_LOCATION" \
--debug \
--bail