summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92476bde..c15f91d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
stages:
- test
- integrity
-- deploy
- fail
- ok
@@ -51,13 +50,13 @@ contributors:
- ./.tools/contributors.sh
- pwd
-licensecheck:
+.licensecheck:
stage: integrity
script:
- ./.tools/licensecheck.sh
-pages:
- stage: deploy
+.pages:
+ stage: integrity
script:
- ./.tools/deploy.sh
- pwd