stages: - dev - rc - production docker_dev: stage: dev only: - dev script: - sp2-ci $CI_COMMIT_REF_NAME tags: - sp2-dev k8s_rc: stage: rc only: - rc script: - sp2-ci $CI_COMMIT_REF_NAME tags: - sp2-dev k8s_prod: stage: production only: - production script: - sp2-ci $CI_COMMIT_REF_NAME tags: - sp2-dev