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

Test run directory needs to exist

parent b55ce343
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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