diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9cac37..30fffef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ cache: stages: - build - - 1.19 + - 1.19.0 - 1.18.2 - 1.17.1 - 1.16.5 @@ -26,8 +26,8 @@ build: - "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile --only-map" - 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify' -latest: - stage: latest +1.19.0: + stage: 1.19.0 script: - "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile"