diff options
Diffstat (limited to 'tests/1-node.yml')
-rw-r--r-- | tests/1-node.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/1-node.yml b/tests/1-node.yml index 515ca6871..eb8c19f34 100644 --- a/tests/1-node.yml +++ b/tests/1-node.yml @@ -4,6 +4,8 @@ services: build: context: .. dockerfile: ${DOCKERFILE} + args: + - BASE_IMAGE image: hicn-base privileged: true container_name: forwarder |