diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a715cbe..86dc1d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,8 +26,6 @@ include: - template: "Security/Secret-Detection.gitlab-ci.yml" - template: "Security/SAST.gitlab-ci.yml" - - stages: - build - test @@ -379,7 +377,7 @@ virustotal_push: variables: GIT_STRATEGY: none rules: - - if: '$CI_COMMIT_TAG =~ /^(v).*/' + - if: '$CI_COMMIT_TAG =~ /^(v|test_).*/ script: - | echo "Pushing release URLs to VirusTotal" @@ -391,7 +389,7 @@ discord_notify: variables: GIT_STRATEGY: none rules: - - if: '$CI_COMMIT_TAG =~ /^(v).*/' + - if: '$CI_COMMIT_TAG =~ /^(v|test_).*/ script: - | echo "Notifying Discord #developer-den that a release has built"