diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4e014fd6..f4de6fdb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -219,7 +219,7 @@ pkg:docker: ARCH: arm64 TRIPLET: aarch64-linux-gnu DOCKER_FILE: packaging/docker/Dockerfile.debian-multiarch - DOCKER_IMAGE: ${DOCKER_IMAGE}/debian + DOCKER_IMAGE: ${CI_REGISTRY_IMAGE}/debian needs: [] diff --git a/tools/integration-tests.sh b/tools/integration-tests.sh index 0172548ef..7f83e8cd1 100755 --- a/tools/integration-tests.sh +++ b/tools/integration-tests.sh @@ -29,7 +29,7 @@ SRCDIR=${SRCDIR:-$(realpath ${SCRIPTPATH}/..)} BUILDDIR=${BUILDDIR:-${SRCDIR}/build} LOGDIR=${BUILDDIR}/tests/integration -PATH=${BUILDDIR}/src:${PATH} +PATH=${BUILDDIR}/src:${SRCDIR}/tools:${PATH} export PATH SRCDIR BUILDDIR LOGDIR