diff --git a/Makefile b/Makefile index 3986680..9f0954d 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ pytest-cov: $(BIN)/pytest tests/unit/ -v --cov=src/gitea_runner_manager --cov-report=term-missing --cov-fail-under=100 MOLECULE := $(realpath $(BIN))/molecule -MOLECULE_BASE := cd ansible/roles/gitea-runner && ANSIBLE_ALLOW_BROKEN_CONDITIONALS=true $(MOLECULE) +MOLECULE_BASE := cd $(CURDIR)/ansible/roles/gitea-runner && ANSIBLE_ALLOW_BROKEN_CONDITIONALS=true $(MOLECULE) # Quick local test: Ubuntu 22.04 only molecule: