From 04a7b3c8344316e25df865d7aefdd74c48dde170 Mon Sep 17 00:00:00 2001 From: Mirco Date: Mon, 8 Jul 2024 12:29:32 +0200 Subject: [PATCH] Further try to run Test only in CI --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d4bbdc..8bc51d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: # - build_and_test -# - build +# - build_native_image - test # - package # - security @@ -56,15 +56,15 @@ stages: # - pyb image test: - image: "domaindrivenarchitecture/ddadevops-python:latest" + #image: "domaindrivenarchitecture/ddadevops-python:latest" <<: *img #<<: *tag_only stage: test needs: [] script: - - apt-get update - - apt-get -qqy upgrade - - apt-get install openjdk-17-jdk + - apk -U upgrade + - apk add --no-cache python3 py3-pip openjdk17-jdk + - pip3 install --break-system-packages pybuilder ddadevops - ./gradlew clean build -Pvaadin.productionMode - pyb test