Commit c0452378 authored by Alberto Miranda's avatar Alberto Miranda ♨️ Committed by Marc Vef
Browse files

Fix TMPDIR in test invocation

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