From afb9c6bb4fc8e88c065698161ccb85af2c9aa81c Mon Sep 17 00:00:00 2001 From: JHipster Bot Date: Sun, 1 Mar 2020 23:55:50 +0000 Subject: [PATCH] Configure Gitlab Continuous Integration --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..0c2fd33 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +image: jhipster/jhipster:v6.7.1 + +stages: + - check + - build + - test + - analyze + - package + - release + - deploy +