fix paths
This commit is contained in:
parent
45ccd33c3b
commit
44e4081b8c
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user