|
|
@ -18,7 +18,8 @@ install:
|
|
|
|
before_script:
|
|
|
|
before_script:
|
|
|
|
- docker-compose -v
|
|
|
|
- docker-compose -v
|
|
|
|
- docker-compose -f tests/build.yml build
|
|
|
|
- docker-compose -f tests/build.yml build
|
|
|
|
|
|
|
|
- mkdir -p /mailu && sudo cp -r tests/certs /mailu && chmod 600 /mailu/certs/*
|
|
|
|
|
|
|
|
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
# test.py, test name and timeout between start and tests.
|
|
|
|
# test.py, test name and timeout between start and tests.
|
|
|
|
- python tests/compose/test.py core 1
|
|
|
|
- python tests/compose/test.py core 1
|
|
|
|