diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0c27ae9..95c0d6fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,8 @@ manaplus: newlines: stage: test + tags: + - lightweight script: - ./.tools/newlines.sh artifacts: @@ -51,6 +53,8 @@ newlines: licensecheck: stage: test + tags: + - lightweight script: - ./.tools/licensecheck.sh allow_failure: true |