From a543e448f2d451d9bdff62c325bd12c6664b45db Mon Sep 17 00:00:00 2001 From: ziirish Date: Tue, 16 Jul 2019 22:02:49 +0200 Subject: [PATCH] disable useless tests on demo branch --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57493c7a..966ec04e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ test:lint:3.6: except: - tags - rc + - demo test:lint:3.7: stage: test @@ -52,6 +53,7 @@ test:lint:3.8: except: - tags - rc + - demo allow_failure: true test:py:3.6: @@ -66,6 +68,7 @@ test:py:3.6: except: - tags - rc + - demo artifacts: reports: junit: .reports/burpui.junit.xml @@ -98,6 +101,7 @@ test:py:3.7: except: - tags - rc + - demo artifacts: reports: junit: .reports/burpui.junit.xml @@ -105,7 +109,7 @@ test:py:3.7: build:py3: stage: build - image: python:3.6 + image: python:3.7 script: - tests/build.sh tags: @@ -122,7 +126,7 @@ build:py3: build:doc: stage: build - image: python:3.6 + image: python:3.7 script: - pip install -U .[rtd] - cd docs && make html