From 482f9203f794e378f4615cec015580ebe8185e2e Mon Sep 17 00:00:00 2001 From: jpic Date: Thu, 13 Feb 2020 03:28:31 +0100 Subject: [PATCH] GitLab ci --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index add1269..5e53e96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,3 @@ -qa: - stage: test - image: yourlabs/python - script: flake8 podctl - -test: - stage: test - image: yourlabs/python - script: pip install -e . && py.test -v tests - build: stage: test image: yourlabs/podctl @@ -17,6 +7,16 @@ build: - .cache key: cache +qa: + stage: test + image: yourlabs/python + script: flake8 podctl + +test: + stage: test + image: yourlabs/python + script: pip install -e . && cd examples && podctl test -d simple + pypi: stage: deploy image: yourlabs/python