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