From 32137c959bbf18ba035066d5aa61cca835869e2c Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Thu, 10 Jan 2019 14:41:53 +0100 Subject: [PATCH] maven java version changed --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88e92781ca..634e3ec898 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ test_frontend: - npm test test_backend 1 15: - image: maven:latest + image: maven:3.6.0-jdk-8 stage: test script: #xvfb is for X11 connection used by some parts of the java code: https://stackoverflow.com/a/47575851/1127920 -- GitLab