From 108b8e792723aa0b19511e03f1d85a070a848536 Mon Sep 17 00:00:00 2001 From: jpic Date: Sun, 26 Jan 2020 13:10:15 +0100 Subject: [PATCH] Build new versions with themselves --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 457813f..2496b35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ test: build: stage: test image: yourlabs/podctl - script: podctl build + script: pip install . && podctl build pypi: stage: deploy