fix paths

This commit is contained in:
ILoveYaToo 2020-04-13 00:53:20 -04:00
parent 45ccd33c3b
commit 44e4081b8c

View File

@ -31,9 +31,8 @@ test-docker-ubuntu:
stage: tests
script:
- docker load -i ubuntu/postal-ubuntu-container.tar
- docker run -i catdeployed/postal:ubuntu /opt/postal/bin/postal make-user
- docker-compose up -d
- docker-compose run postal initialize
docker-cleanup:
stage: cleanup
script:
- docker system prune -af
after_script:
- docker system prune -af