From 3f6dc7f4547cd96aa9833e6ab4704389f4422112 Mon Sep 17 00:00:00 2001 From: ILoveYaToo Date: Mon, 13 Apr 2020 00:16:26 -0400 Subject: [PATCH] update tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a15c0c..c0b6721 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build-docker-ubuntu: test-docker-ubuntu: stage: tests script: - - /opt/postal/bin/postal make-user + - docker run -i -t catdeployed/postal:ubuntu /opt/postal/bin/postal make-user docker-cleanup: stage: cleanup