commit | c9d0dd237712e6f8fd6b6c0e367d5819d575de79 | [log] [tgz] |
---|---|---|
author | Matthias Benkard <code@mulk.eu> | Mon Jan 09 18:41:19 2023 +0000 |
committer | Matthias Benkard <code@mulk.eu> | Mon Jan 09 18:41:19 2023 +0000 |
tree | dc9245ab0a5343d9d39a2445792e96b0b5ef0621 | |
parent | 04e17c62d2f6dbd9a0c2df6531947899cd0b8957 [diff] [blame] |
CI: Use maven:3-eclipse-temurin-17-alpine.
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95fa451..74c6ea0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -1,13 +1,13 @@ stages: - check -image: docker.io/library/maven:3-eclipse-temurin-17 +image: docker.io/library/maven:3-eclipse-temurin-17-alpine verify: stage: check script: - - apt-get update - - apt-get -y --no-install-recommends install yarnpkg + - apk update + - apk add yarn - mvn verify sast: