diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4817888..623b202 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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