Use a separate runner for light CI jobs (#5771)

This commit is contained in:
Maxime Guyot
2020-03-13 18:29:22 +01:00
committed by GitHub
parent 25a1e5f952
commit 221c6a8eef
3 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
shellcheck:
extends: .job
stage: unit-tests
tags: [light]
variables:
SHELLCHECK_VERSION: v0.6.0
before_script: