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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Broullon <jbroullon@gitlab.com>2019-08-14 05:08:04 +0300
committerJuan Broullon <jbroullon@gitlab.com>2019-08-14 05:08:04 +0300
commit774d87aa4428e7beda3cc7e0320b7f7fca66913d (patch)
treecca4cc5216f10b9bf8eb1f3dd531d34f59e3f847
parent53c657986df9ddbb076034fc9dc82d98e2d376b6 (diff)
try to fix exception
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5b0ff8c..caf19961 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,10 @@ verify:
artifacts:
paths:
- coverage.html
+
+sast:
+ extends: .test
+
test:1.11:
image: golang:1.11