From c579a1154fc75af31f789bbde87b0468d1925b8b Mon Sep 17 00:00:00 2001 From: Robin de Rooij Date: Tue, 21 Mar 2023 10:19:09 +0100 Subject: [PATCH] Always pull image for testing This prevents running tests accidentally with ancient versions of TerminusDB --- .../tests/integration_tests/test-docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/terminusdb_client/tests/integration_tests/test-docker-compose.yml b/terminusdb_client/tests/integration_tests/test-docker-compose.yml index cf1518d0..3c29e110 100644 --- a/terminusdb_client/tests/integration_tests/test-docker-compose.yml +++ b/terminusdb_client/tests/integration_tests/test-docker-compose.yml @@ -7,6 +7,7 @@ services: terminusdb-server: image: terminusdb/terminusdb-server:dev container_name: terminusdb-server + pull_policy: always hostname: terminusdb-server tty: true ports: