Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/gitlab_stubs/gitlab_ci_dast_includes.yml')
-rw-r--r--spec/support/gitlab_stubs/gitlab_ci_dast_includes.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/spec/support/gitlab_stubs/gitlab_ci_dast_includes.yml b/spec/support/gitlab_stubs/gitlab_ci_dast_includes.yml
index 583d44c452e..097cbf5b0c8 100644
--- a/spec/support/gitlab_stubs/gitlab_ci_dast_includes.yml
+++ b/spec/support/gitlab_stubs/gitlab_ci_dast_includes.yml
@@ -1,3 +1,6 @@
+stages:
+ - dast
+
dast:
stage: dast
image:
@@ -7,4 +10,6 @@ dast:
allow_failure: true
dast_configuration:
site_profile: "site_profile_name_included"
- scanner_profile: "scanner_profile_name_included" \ No newline at end of file
+ scanner_profile: "scanner_profile_name_included"
+ script:
+ - echo "Runs DAST!"