From 75aa7224a2449b8d0690f44365ca8dda961092d2 Mon Sep 17 00:00:00 2001 From: Milos Milutinovic Date: Thu, 5 Dec 2019 15:29:11 +0100 Subject: [PATCH] add test gitlab-ci --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..716ad22 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +stages: + - deploy + +include: + - '/mixins/deploy/gcp-k8s-deploy.yml' + +test: + stage: deploy + extends: .gcp_k8s_deploy \ No newline at end of file -- GitLab