Browse Source

CI: Add runner tags

master
Kieran Kunhya 5 years ago
parent
commit
8b7855f687
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .gitlab-ci.yml

+ 3
- 0
.gitlab-ci.yml View File

@ -4,3 +4,6 @@ test:
stage: test stage: test
script: script:
- make check - make check
tags:
- docker
- amd64

Loading…
Cancel
Save