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