diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5066dc..7081379 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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