include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' stages: - build - deploy image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: stage: build script: - build - push deploy: stage: deploy when: on_success script: - echo Deploying - deploy prod environment: name: prod only: - master