image: openjdk:17 variables: CI_NAME: "GitLab CI" stages: - test test: stage: test script: - ./bld download - ./bld compile - ./bld test