From 79d23f936a371b1bbe516ff9e89eec7d8aeb9904 Mon Sep 17 00:00:00 2001 From: Francwa Date: Mon, 22 Dec 2025 09:40:43 +0100 Subject: [PATCH] fix: fixed typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d4f7c3..cfbf915 100644 --- a/Makefile +++ b/Makefile @@ -242,7 +242,7 @@ _ci-dump-config: @echo "image_name=$(IMAGE_NAME)" @echo "python_version=$(PYTHON_VERSION)" @echo "python_version_short=$(PYTHON_VERSION_SHORT)" - @echo "runner=$(IMAGE_NAME)" + @echo "runner=$(RUNNER)" @echo "service_name=$(SERVICE_NAME)" _ci-run-tests: build-test