diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 96e8bfa..4893f82 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -3,7 +3,7 @@ version: "2.1" services: test: - build: integrationtest + build: integration-test links: - sync1 - sync2 diff --git a/integrationtest/Dockerfile b/integration-test/Dockerfile similarity index 100% rename from integrationtest/Dockerfile rename to integration-test/Dockerfile diff --git a/integrationtest/test_file_sync.sh b/integration-test/test_file_sync.sh similarity index 100% rename from integrationtest/test_file_sync.sh rename to integration-test/test_file_sync.sh