From 3739e34a8671f16c5bb343eab4064886e925f12d Mon Sep 17 00:00:00 2001 From: ILoveYaToo Date: Mon, 13 Apr 2020 00:22:40 -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 d046b71..29b390b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build-docker-ubuntu: test-docker-ubuntu: stage: tests script: - - docker run -i -t catdeployed/postal:ubuntu /opt/postal/bin/postal make-user + - docker run -i catdeployed/postal:ubuntu /opt/postal/bin/postal make-user docker-cleanup: stage: cleanup