From 02a58a7e7950c77c4fd8a17cac0e8ea4cdf766e5 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Tue, 18 Mar 2025 03:19:02 +0100 Subject: For final test, Revert "Disable all other jobs" This reverts commit 25fbf2d068737d8e2970a89794e0bfb961ffae82. --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9eb46f7..605db3ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ image: debian:stable before_script: - uname -a -.testxml: +testxml: stage: test tags: - glados @@ -13,12 +13,12 @@ before_script: - ./.tools/testxml.sh - pwd -.pngcheck: +pngcheck: stage: test script: - ./.tools/pngcheck.sh -.imagemagiccheck: +imagemagiccheck: stage: test script: - ./.tools/imagemagiccheck.sh @@ -45,7 +45,7 @@ old_manaplus: when: always expire_in: 3 week -.newlines: +newlines: stage: test tags: - lightweight @@ -63,7 +63,7 @@ old_manaplus: - ./.tools/contributors.sh - pwd -.licensecheck: +licensecheck: stage: test tags: - lightweight -- cgit v1.2.3-70-g09d2