From 5b32e2a91bc9791018f634d721f4269dc3847846 Mon Sep 17 00:00:00 2001 From: jpic Date: Sun, 26 Jan 2020 12:45:01 +0100 Subject: [PATCH] Add build job --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88bc0be..457813f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,11 @@ test: image: yourlabs/python script: pip install -e . && py.test -v tests +build: + stage: test + image: yourlabs/podctl + script: podctl build + pypi: stage: deploy image: yourlabs/python