From 7270859b5a33d564df808d9efeccdf7459e128b2 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 5 Feb 2018 11:27:25 +0000 Subject: Reset before_script for SAST job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d18b0c6..18648f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,6 +73,7 @@ codeclimate: paths: [codeclimate.json] sast: + before_script: [] image: registry.gitlab.com/gitlab-org/gl-sast:latest script: - /app/bin/run . -- cgit v1.2.1