From 88f49aa094740ed7e51ad14dedb57d98eeb790c4 Mon Sep 17 00:00:00 2001 From: jpic Date: Thu, 13 Feb 2020 12:45:34 +0100 Subject: [PATCH] Run test in podctl image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 623b202..4ab2106 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: