mirror of https://github.com/cbeuw/Cloak
Fix gitlab CI
This commit is contained in:
parent
e4756f91c8
commit
2901653af4
|
|
@ -1,5 +1,8 @@
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- fuzz
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- template: Coverage-Fuzzing.gitlab-ci.yml
|
- template: Coverage-Fuzzing.gitlab-ci.yml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue