diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf099f2..4f53bdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ py2.7-unit_tests: py3.4-unit_tests: image: python:3.4-alpine + allow_failure: true script: - nosetests tests/*.py - python setup.py sdist bdist_wheel @@ -76,6 +77,7 @@ py2.7-integration_test: py3.4-integration_test: image: python:3.4-buster + allow_failure: true before_script: - pip install -r requirements.txt - apt-get -y update