FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 1287e0ee authored by Paul Browne's avatar Paul Browne
Browse files

Use tagged shell runner for GitLab CI

parent a59b56b9
No related branches found
No related tags found
No related merge requests found
stages:
- lint-yml
image: python:3.6
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
......@@ -13,6 +11,8 @@ cache:
- apt-cache/
lint-yml:
tags:
- shell
stage: lint-yml
before_script:
- pip install -r test-requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment