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