diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2aa5d01..414acba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,14 @@ stages: when: never - if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/' +build-image: + <<: *img + #<<: *tag_only + stage: build + script: + - apk add --no-cache openjdk-17-jdk + - pyb image + test: <<: *img #<<: *tag_only @@ -55,13 +63,6 @@ test: script: - pyb test -build-image: - <<: *img - <<: *tag_only - stage: build - script: - - pyb image - #test-clj: # <<: *clj # stage: build_and_test