diff --git a/.gitlab-ci/prepare-artifacts-python.sh b/.gitlab-ci/prepare-artifacts-python.sh index 7d12d406dc2..ae318c53ace 100755 --- a/.gitlab-ci/prepare-artifacts-python.sh +++ b/.gitlab-ci/prepare-artifacts-python.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash # shellcheck disable=SC2038 # TODO: rewrite the find # shellcheck disable=SC2086 # we want word splitting +# shellcheck disable=SC1091 # relative paths only become valid at runtime + +. "${SCRIPTS_DIR}/setup-test-env.sh" section_switch prepare-artifacts "artifacts: prepare"