summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d6d4d35..a8d69459 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,8 @@ before_script:
testxml:
stage: test
+ tags:
+ - glados
script:
- ./.tools/testxml.sh
- pwd
@@ -36,6 +38,8 @@ manaplus:
newlines:
stage: test
+ tags:
+ - lightweight
script:
- ./.tools/newlines.sh
artifacts:
@@ -46,6 +50,8 @@ newlines:
licensecheck:
stage: test
+ tags:
+ - lightweight
script:
- ./.tools/licensecheck.sh
allow_failure: true