diff --git a/Makefile b/Makefile index 8b9cfe4..ac82e07 100644 --- a/Makefile +++ b/Makefile @@ -68,10 +68,11 @@ TESTSCRIPT_E2E_FILES = \ $(TESTSCRIPT_E2E_DIR)/transport.txtar \ $(TESTSCRIPT_E2E_DIR)/stack.txtar \ $(TESTSCRIPT_E2E_DIR)/runtime.txtar \ + $(TESTSCRIPT_E2E_DIR)/benchmark.txtar + ifneq ($(CI), true) - $(TESTSCRIPT_E2E_DIR)/gateway.txtar \ + TESTSCRIPT_E2E_FILES += $(TESTSCRIPT_E2E_DIR)/gateway.txtar endif - $(TESTSCRIPT_E2E_DIR)/benchmark.txtar ifneq ($(CI), true)