From: Jan-Simon Moeller Date: Fri, 5 May 2023 16:07:25 +0000 (+0200) Subject: Adapt path X-Git-Tag: 17.90.0~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fqa-testdefinitions.git;a=commitdiff_plain;h=fbff99a8bcd9b1b4847e9624e0d2654f1a23f785 Adapt path Signed-off-by: Jan-Simon Moeller Change-Id: Ib9d15959a4ac1de4642ea2070f325dd6cd02ac08 --- diff --git a/test-suites/short-smoke/screenshooter.yaml b/test-suites/short-smoke/screenshooter.yaml index d0dd25a..6623451 100644 --- a/test-suites/short-smoke/screenshooter.yaml +++ b/test-suites/short-smoke/screenshooter.yaml @@ -6,4 +6,5 @@ metadata: run: steps: - chmod +x ./common/scripts/agl-screenshot-test.sh - - ./common/scripts/agl-screenshot-test.sh ./reference-images/reference-image.png + - cd common/scripts + - ./agl-screenshot-test.sh ../../reference-images/reference-image.png