diff options
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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: |