This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 201173a49cfed70543bbe2782795a5245c2982df Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Sep 18 17:45:39 2019 +0200 Fix CI --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eeaa38ad..d1729ad3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ +stages: +- build +- check-can-release + maven: image: registry.nuiton.org/codelutin/dockerfiles:maven-release stage: build -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.