stages: - build # - test build: stage: build image: openjdk:22-jdk-slim before_script: - apt-get update && apt-get -qqy upgrade script: - ./gradlew clean build -Pvaadin.productionMode after_script: echo "_____________end_________________"