Commit 9503c555 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'add-docs-ci-exceptions' into 'master'

Add docs exceptions to CI

See merge request gitlab-org/gitlab-ce!27455
parents 6a72ab22 86daad6f
......@@ -2,7 +2,7 @@ include:
- local: /lib/gitlab/ci/templates/Code-Quality.gitlab-ci.yml
code_quality:
extends: .dedicated-runner
extends: .dedicated-no-docs-no-db-pull-cache-job
# gitlab-org runners set `privileged: false` but we need to have it set to true
# since we're using Docker in Docker
tags: []
......@@ -13,7 +13,7 @@ code_quality:
SETUP_DB: "false"
sast:
extends: .dedicated-runner
extends: .dedicated-no-docs-no-db-pull-cache-job
image: docker:stable
variables:
SAST_CONFIDENCE_LEVEL: 2
......@@ -37,7 +37,7 @@ sast:
sast: gl-sast-report.json
dependency_scanning:
extends: .dedicated-runner
extends: .dedicated-no-docs-no-db-pull-cache-job
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment