diff options
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r-- | .gitlab/os-linux.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 1ec54133f6..75f8156b0e 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -119,6 +119,14 @@ - linux - linux-3.17 # Needed to be able to load Fedora's Qt libraries. +.linux_builder_tags_x11: + tags: + - cmake + - docker + - linux + - linux-3.17 # Needed to be able to load Fedora's Qt libraries. + - x11 + .linux_builder_tags_cuda: tags: - cmake |