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 stage: tests
script: script:
- docker load -i ubuntu/postal-ubuntu-container.tar - 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: after_script:
stage: cleanup - docker system prune -af
script:
- docker system prune -af