Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-16 17:51:18 +00:00
parent c60502a241
commit c3140403b5

View File

@@ -9,17 +9,6 @@ stages:
- 'test'
- 'code_quality'
- 'deploy'
- fuzz
include:
- template: Coverage-Fuzzing.gitlab-ci.yml
my_fuzz_target:
extends: .fuzz_base
script:
# Build your fuzz target binary in these steps, then run it with gitlab-cov-fuzz
# See our example repos for how you could do this with any of our supported languages
- ./gitlab-cov-fuzz run --regression=$REGRESSION -- <your fuzz target>
sast: