Further try to run gitlab-ci
This commit is contained in:
parent
a36448fa4c
commit
407007bf11
1 changed files with 5 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue