GitLab CI/manifest_tests: explicitly specify workdir

Explicitly specify the workdir when running manifest_tests, make
potential debugging of the test case on CI runner easier (because
otherwise the workdir would get removed after failing test).

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2025-01-30 10:53:23 +01:00 committed by Tomáš Hozza
parent 0b158c3fd3
commit b2bf7bc11b

View file

@ -115,7 +115,7 @@ Manifests:
if [[ "$ID" == "rhel" || "$ID" == "centos" ]]; then
export GOFLAGS="-tags=exclude_graphdriver_btrfs"
fi
- test/cases/manifest_tests --rm-artifacts-after-test $SCRIPT_EXTRA_ARGS
- test/cases/manifest_tests --rm-artifacts-after-test --workdir ./osbuild-manifest-tests-workdir $SCRIPT_EXTRA_ARGS
variables:
PYTHONUNBUFFERED: 1
# List of image types that are not supported by osbuild-image-info