Added gitlab-runner tags parameter, pulling from GITLAB_TAGS environment variable.

This commit is contained in:
Andrew Peacock
2017-07-12 20:45:18 +01:00
parent 1c76f1439e
commit 4190dfc0ce
2 changed files with 10 additions and 1 deletions
@@ -15,6 +15,8 @@ services:
- ${GITLAB_URL}
- --registration-token
- ${GITLAB_TOKEN}
- --tag-list
- ${GITLAB_TAGS}
- --executor
- docker
- --description