diff options
Diffstat (limited to 'test-suites/short-smoke/screenshooter.yaml')
-rw-r--r-- | test-suites/short-smoke/screenshooter.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |