summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-12 17:47:26 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-12 17:47:26 -0300
commit1ddb94e534d9af1c51e679ce227d093710fed489 (patch)
tree6e2e17b4ed93040083755f8d9d780f70d52cfd18 /.gitlab-ci.yml
parent4f9d8064f6a65fd4d0a122f7c3fefc6c98844367 (diff)
downloadclientdata-1ddb94e534d9af1c51e679ce227d093710fed489.tar.gz
clientdata-1ddb94e534d9af1c51e679ce227d093710fed489.tar.bz2
clientdata-1ddb94e534d9af1c51e679ce227d093710fed489.tar.xz
clientdata-1ddb94e534d9af1c51e679ce227d093710fed489.zip
Fix the CI, but it won't work: GitLab Pages is disabled and is unused
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