From b84faf0ae3a21ad875ee53310dafefea51764d5e Mon Sep 17 00:00:00 2001 From: Mirco Date: Fri, 5 Jul 2024 11:43:30 +0200 Subject: [PATCH] Further try to run gitlab-ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62b8c54..d5066dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ stages: -# - build_and_test + - build_and_test # - build - - test +# - test # - package # - security # - upload @@ -59,7 +59,7 @@ test: image: "domaindrivenarchitecture/ddadevops-python:latest" #<<: *img #<<: *tag_only - stage: test + stage: build_and_test script: - apt-get update - apt-get -qqy upgrade