From d75e5d8ee1d7db284d6da9af7cb399faf6548470 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 3 Aug 2023 12:15:13 +0200 Subject: [PATCH] PIPELINE --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e96f336f..da39868d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,6 @@ image: $CI_REGISTRY_IMAGE:latest stages: - setup - - linting - test - deploy @@ -38,7 +37,7 @@ stages: linting: timeout: 15 minutes tags: [ docker ] - stage: linting + stage: test script: - make pylint allow_failure: true -- GitLab