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