From c18a13f1b302774d82b56da7d4d4a6c254283096 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 22 Sep 2021 13:04:54 +0200 Subject: [PATCH] ci: fix CI --- .gitlab-ci.yml | 2 +- tools/integration-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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