This commit is contained in:
jpic 2020-02-13 05:43:15 +01:00
parent 4366ee63f9
commit 7f3d6a685d

View File

@ -15,7 +15,7 @@ py-test:
pod-test:
stage: test
image: yourlabs/python
script: pip install -e . && examples/simple && podctl test -d .
script: pip install -e . && cd examples/simple && podctl test -d .
pypi:
stage: deploy