From a0064f033c8572e5f4da4ab7942d840ac28fdf98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de> Date: Sun, 13 Sep 2020 00:35:28 +0200 Subject: [PATCH] Disable CI checks and test --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7e431002..bfd90fc42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build: - "*/build/distributions/*.tar" expire_in: 1 day -test: +.test: stage: test tags: - exec-docker @@ -41,7 +41,7 @@ test: junit: - "**/build/test-results/test/TEST-*.xml" -checkstyle: +.checkstyle: stage: check tags: - exec-docker @@ -53,7 +53,7 @@ checkstyle: when: on_failure expire_in: 1 day -pmd: +.pmd: stage: check tags: - exec-docker @@ -65,7 +65,7 @@ pmd: when: on_failure expire_in: 1 day -spotbugs: +.spotbugs: stage: check tags: - exec-docker -- GitLab