From 13cbfa4ddf3d02e3451aa3258e09656c0e12a984 Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Fri, 9 Feb 2024 09:50:59 +0100 Subject: [PATCH] chore(tests): disable integration test --- .gitlab-ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c73ca8e..401606d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,3 +7,25 @@ variables: NEXUS_PROJECT_DIR: red IMAGENAME: "${CI_PROJECT_NAME}" INTEGRATION_TEST_FILE: "${CI_PROJECT_ID}.pdf" + +################################# +# temp. disable integration tests, b/c they don't cover the CV analysis case yet +trigger integration tests: + rules: + - when: never + +release build: + stage: release + needs: + - job: set custom version + artifacts: true + optional: true + - job: calculate patch version + artifacts: true + optional: true + - job: calculate minor version + artifacts: true + optional: true + - job: build docker nexus + artifacts: true +#################################