Run test in podctl image

This commit is contained in:
jpic 2020-02-13 12:45:34 +01:00
parent 96ddc4f474
commit 88f49aa094

View File

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