diff --git a/docker-compose.yml b/docker-compose.yml index 3a261d42..a3821a34 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -116,6 +116,11 @@ services: image: ${VSI_COMMON_DOCKER_REPO}:os_${VSI_COMMON_TEST_OS_TAG_NAME-debian_8} volumes: - <<: *vsi_common_volume + # Since some of the integration tests bind test dirs in, make sure the + # tmp it is using is the same tmp dir + - type: bind + source: /tmp + target: /tmp # CircleCI Updated to a kernel that supports statx, but uses an old 2017 # server that doesn't whitelist it privileged: true