Further try to run gitlab-ci

This commit is contained in:
Mirco 2024-07-05 11:41:02 +02:00
parent a36448fa4c
commit 407007bf11

View file

@ -1,6 +1,6 @@
stages: stages:
# - build_and_test # - build_and_test
- build # - build
- test - test
# - package # - package
# - security # - security
@ -56,11 +56,14 @@ build-image:
- pyb image - pyb image
test: test:
image: eclipse-temurin:17-jdk image: "domaindrivenarchitecture/ddadevops-python:latest"
#<<: *img #<<: *img
#<<: *tag_only #<<: *tag_only
stage: test stage: test
script: script:
- apt-get update
- apt-get -qqy upgrade
- apt-get install openjdk-17-jdk
- pyb test - pyb test
#test-clj: #test-clj: