diff options
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d78d87cb18c..997994485da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,6 +185,6 @@ notify:slack: script: - bundle exec rake ci:slack:error["#ci-test","Build failed for master/tags"] when: on_failure -# only: -# - master -# - tags
\ No newline at end of file + only: + - master + - tags
\ No newline at end of file |