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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue