Update .gitlab-ci.yml

This commit is contained in:
iloveyatoo 2020-04-17 04:25:54 +01:00
parent 224c659ea6
commit 89f39a9777

View File

@ -33,7 +33,7 @@ test-docker-ubuntu:
- cd ubuntu
- docker load -i postal-ubuntu-container.tar
- docker-compose up -d
- sleep 600
- sleep 300
- docker inspect postal | jq '.[].State.Health'
after_script:
- cd ubuntu