diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 71476494..bee2b80c 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -1,5 +1,7 @@ sut: - build: . + build: + context: . + cache_from: ${CACHE_TAG} environment: LC_ALL: C.UTF-8 - command: ./make.sh nat headers testci \ No newline at end of file + command: ./make.sh nat headers testci