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