From 4df3ef23ba8e7b4bef1f50ca7e1461e5a5667ec5 Mon Sep 17 00:00:00 2001 From: Mirco Date: Fri, 5 Jul 2024 10:14:25 +0200 Subject: [PATCH] Further try to run gitlab-ci --- .gitlab-ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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