Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ compile tests: integration tests: stage: test script: - mkdir -p ${BUILD_PATH}/tests/run - cd ${BUILD_PATH}/tests && TMPDIR=${BUILD_PATH}/tests/run unbuffer pytest-venv/bin/py.test -v | tee session.log artifacts: when: on_failure Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ compile tests: integration tests: stage: test script: - mkdir -p ${BUILD_PATH}/tests/run - cd ${BUILD_PATH}/tests && TMPDIR=${BUILD_PATH}/tests/run unbuffer pytest-venv/bin/py.test -v | tee session.log artifacts: when: on_failure Loading