From 45ccd33c3b9ab195c774b3f095621a18e830555b Mon Sep 17 00:00:00 2001 From: ILoveYaToo Date: Mon, 13 Apr 2020 00:37:36 -0400 Subject: [PATCH] fix paths --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eac0c41..6996b96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,12 +25,12 @@ build-docker-ubuntu: - docker save -o postal-ubuntu-container.tar catdeployed/postal:ubuntu artifacts: paths: - - postal-ubuntu-container.tar + - ubuntu/postal-ubuntu-container.tar test-docker-ubuntu: stage: tests 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-cleanup: