diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-31 17:39:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-31 17:39:46 +0300 |
commit | 8d2422274ae948f7412b6960597f5de91f3d8830 (patch) | |
tree | 88cc766fb5b0b11b685840dde7a896600583be6f /test/integration/docker/docker-compose.yml | |
parent | rename "ssh" to "clone_via_ssh" in config (diff) | |
download | cgitize-8d2422274ae948f7412b6960597f5de91f3d8830.tar.gz cgitize-8d2422274ae948f7412b6960597f5de91f3d8830.zip |
move all tests to test/
Diffstat (limited to '')
-rw-r--r-- | test/integration/docker/docker-compose.yml (renamed from .ci/docker/docker-compose.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/docker/docker-compose.yml b/test/integration/docker/docker-compose.yml index 6054764..c04bfb3 100644 --- a/.ci/docker/docker-compose.yml +++ b/test/integration/docker/docker-compose.yml @@ -7,7 +7,7 @@ services: image: server client: build: - context: ../.. + context: ../../.. dockerfile: Dockerfile image: client volumes: |