This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-profiling. See https://gitlab.nuiton.org/nuiton/nuiton-profiling.git commit cd78d8510fa2e8200cd1684db8a8fe0ce5f1e6b9 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Jul 30 14:24:42 2020 +0200 Use jdk11 image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 835f8da..4dbc193 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.nuiton.org/codelutin/dockerfiles:maven-release +image: maven:3.6-jdk-11 stages: - build -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.