diff --git a/tests/ci-build.sh b/tests/ci-build.sh index eb6bc678..42c2dcff 100755 --- a/tests/ci-build.sh +++ b/tests/ci-build.sh @@ -40,7 +40,7 @@ if [ -n "$ci_docker" ]; then --env=ci_test="${ci_test}" \ --env=ci_test_fatal="${ci_test_fatal}" \ --privileged \ - ostree-ci \ + ci-image \ tests/ci-build.sh fi diff --git a/tests/ci-install.sh b/tests/ci-install.sh index fb982dff..1b52704c 100755 --- a/tests/ci-install.sh +++ b/tests/ci-install.sh @@ -43,7 +43,7 @@ if [ -n "$ci_docker" ]; then -e "s/@ci_docker@/${ci_docker}/" \ -e "s/@ci_suite@/${ci_suite}/" \ < tests/ci-Dockerfile.in > Dockerfile - exec docker build -t ostree-ci . + exec docker build -t ci-image . fi case "$ci_distro" in