diff options
author | Thomas <> | 2021-03-25 17:50:35 +0100 |
---|---|---|
committer | Thomas <> | 2021-03-25 17:50:35 +0100 |
commit | b5c9155b3ec502b3969ead49198980ce44c6d743 (patch) | |
tree | 40abb6427566da145fe66369810a5f30967f5377 /.gitlab-ci.yml | |
parent | e62a856f255163ecc145c16130d15147152bc0fd (diff) | |
download | EAAF-Components-b5c9155b3ec502b3969ead49198980ce44c6d743.tar.gz EAAF-Components-b5c9155b3ec502b3969ead49198980ce44c6d743.tar.bz2 EAAF-Components-b5c9155b3ec502b3969ead49198980ce44c6d743.zip |
switch to latest version of MOA-Sig
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82dd4609..f97b1f15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ -image: maven:latest +#image: maven:latest +image: maven:3.6.3-jdk-11 variables: LC_ALL: "en_US.UTF-8" |