fix paths

This commit is contained in:
ILoveYaToo 2020-04-13 01:11:28 -04:00
parent d826179ef8
commit 524756d5fe

View File

@ -30,9 +30,12 @@ build-docker-ubuntu:
test-docker-ubuntu: test-docker-ubuntu:
stage: tests stage: tests
script: script:
- docker load -i ubuntu/postal-ubuntu-container.tar - cd ubuntu
- docker load -i postal-ubuntu-container.tar
- docker-compose up -d - docker-compose up -d
- docker-compose run postal initialize - docker-compose run postal initialize
after_script: after_script:
- docker system prune -af - docker container prune -f
- docker image prune -f
- docker system prune -af --volumes