aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-compose.test.yml15
1 files changed, 9 insertions, 6 deletions
diff --git a/docker-compose.test.yml b/docker-compose.test.yml
index b86b38a5..1529b368 100644
--- a/docker-compose.test.yml
+++ b/docker-compose.test.yml
@@ -1,6 +1,9 @@
-sut:
- build: .
- #This means we are using the build container, not the final container
- target: build
- entrypoint: /bin/sh
- command: /opensmtpd/tests/test_all.sh
+version: '3.4'
+services:
+ sut:
+ build:
+ context: .
+ #This means we are using the build container, not the final container
+ target: build
+ entrypoint: /bin/sh
+ command: /opensmtpd/tests/test_all.sh