diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1fd473d3..c102d0bf3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -202,7 +202,7 @@ test_dynare++: deploy_snapshot_enterprise: stage: deploy rules: - - if: '$CI_PROJECT_NAMESPACE == "Dynare" && $CI_COMMIT_REF_NAME == "enterprise"' + - if: '$CI_PROJECT_NAMESPACE == "Enterprise" && $CI_COMMIT_REF_NAME == "enterprise"' when: on_success - when: never tags: @@ -223,7 +223,7 @@ deploy_snapshot_enterprise: deploy_release_enterprise: stage: deploy rules: - - if: '$CI_PROJECT_NAMESPACE == "Dynare" && $CI_COMMIT_TAG =~ /^enterprise-.*/' + - if: '$CI_PROJECT_NAMESPACE == "Enterprise" && $CI_COMMIT_TAG =~ /^enterprise-.*/' when: on_success - when: never tags: