diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-14 12:24:52 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-14 12:24:52 +0100 |
commit | 5ecde41cf85eeeaa1be8826d8581d6797154c517 (patch) | |
tree | 28f774f6a43a7c8c148867215c52fec61f7830fb | |
parent | fd1aa7ad49e2c0dcde4724ed966b6e3a446c2903 (diff) | |
download | National_eIDAS_Gateway-5ecde41cf85eeeaa1be8826d8581d6797154c517.tar.gz National_eIDAS_Gateway-5ecde41cf85eeeaa1be8826d8581d6797154c517.tar.bz2 National_eIDAS_Gateway-5ecde41cf85eeeaa1be8826d8581d6797154c517.zip |
update GitLab CI process to use latest maven version
-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 7d336924..4009365f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ -image: maven:3.6-jdk-8 +#image: maven:3.6-jdk-8 +image: maven:latest variables: LC_ALL: "en_US.UTF-8" |