Run test as build just for testing gitlab-ci

This commit is contained in:
Mirco 2024-07-05 11:56:10 +02:00
parent b84faf0ae3
commit e1fa9d8c25

View file

@ -1,6 +1,6 @@
stages:
- build_and_test
# - build
# - build_and_test
- build
# - test
# - package
# - security
@ -51,7 +51,7 @@ stages:
build-image:
<<: *img
#<<: *tag_only
stage: build
stage: test
script:
- pyb image
@ -59,7 +59,7 @@ test:
image: "domaindrivenarchitecture/ddadevops-python:latest"
#<<: *img
#<<: *tag_only
stage: build_and_test
stage: build
script:
- apt-get update
- apt-get -qqy upgrade