diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed377622f9d44c776edb449d1a4061b79e6fd897..021a5161851a75eae5906071459fb3162621a902 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,13 @@ stages: - build_image - test_image - - deploy_image +# - deploy_image - deploy_application - registry_cleanup image: "${CI_REGISTRY_IMAGE}/cibuild:19.03.1" variables: DOCKER_TLS_CERTDIR: "/certs" - #IMAGES_TO_BUILD: "cspp_geo_grb cspp_geo_grb_notify tests/cspp_geo_grb_sender" - IMAGES_TO_BUILD: "tests/cspp_geo_grb_sender" + IMAGES_TO_BUILD: "cspp_geo_grb cspp_geo_grb_notify tests/cspp_geo_grb_sender" services: - docker:19.03.1-dind