Refer to the exhibit. A developer wants to automatically deploy infrastructure for a containerized application. A .gitlab-ci.yml file must describe a pipeline that builds a container based on a supplied Dockerfile and executes an Ansible playbook on the configured container. What must be added where the code S missing to complete the script? 



docker push in the pipeline for later stages to pull the image. If anyone’s checked the official guide, let me know if I missed a detail.
