fix paths

This commit is contained in:
ILoveYaToo 2020-04-13 00:37:36 -04:00
parent 8106a217b8
commit 45ccd33c3b

View File

@ -25,12 +25,12 @@ build-docker-ubuntu:
- docker save -o postal-ubuntu-container.tar catdeployed/postal:ubuntu - docker save -o postal-ubuntu-container.tar catdeployed/postal:ubuntu
artifacts: artifacts:
paths: paths:
- postal-ubuntu-container.tar - ubuntu/postal-ubuntu-container.tar
test-docker-ubuntu: test-docker-ubuntu:
stage: tests stage: tests
script: script:
- docker load -i 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 run -i catdeployed/postal:ubuntu /opt/postal/bin/postal make-user
docker-cleanup: docker-cleanup: