diff --git a/.circleci/config.yml b/.circleci/config.yml index 55573ad4..2e815071 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -174,13 +174,13 @@ workflows: tags: only: /v[0-9]+(\.[0-9]+)*/ requires: - - integration_tests + - test - dockerhub_dev_release: filters: branches: only: develop requires: - - integration_tests + - test - dockerhub_release: filters: branches: @@ -188,4 +188,4 @@ workflows: tags: only: /v[0-9]+(\.[0-9]+)*/ requires: - - integration_tests + - test