diff --git a/Makefile b/Makefile index 3e0d884f..0ba3a6f7 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,6 @@ test-image: test-container: docker run -v `pwd`:/opt/tmp/kompose:ro -it $(TEST_IMAGE) -.PHONE: test-ci -test-ci: - ./script/test_ci/test.sh +.PHONE: test-k8s +test-k8s: + ./script/test_k8s/test.sh diff --git a/script/test_ci/kubernetes.sh b/script/test_k8s/kubernetes.sh similarity index 100% rename from script/test_ci/kubernetes.sh rename to script/test_k8s/kubernetes.sh diff --git a/script/test_ci/test.sh b/script/test_k8s/test.sh similarity index 100% rename from script/test_ci/test.sh rename to script/test_k8s/test.sh