diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 622277a72..72c18d675 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,11 @@ image: maven:3-jdk-8 -maven_build: +kickc: + stage: build script: - - "mvn package" - - "cat target/site/jacoco/index.html" + - "mvn package" + - "cat target/site/jacoco/index.html" artifacts: - name: "KickC" + name: KickC_${CI_BUILD_REF_NAME} paths: - - ./target/kickc*.zip \ No newline at end of file + - ./target/kickc*.zip