summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c15f91d9..46afcccd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,5 @@
stages:
- test
-- integrity
- fail
- ok
@@ -45,18 +44,18 @@ newlines:
expire_in: 3 week
contributors:
- stage: integrity
+ stage: test
script:
- ./.tools/contributors.sh
- pwd
.licensecheck:
- stage: integrity
+ stage: test
script:
- ./.tools/licensecheck.sh
.pages:
- stage: integrity
+ stage: test
script:
- ./.tools/deploy.sh
- pwd