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

Update .gitlab-ci.yml

parent f6dddf70
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -77,11 +77,12 @@ compile tests:
integration tests:
  stage: test
  script:
    - cd ${BUILD_PATH} && ctest -V
    - cd ${BUILD_PATH}/tests && TMPDIR=${BUILD_PATH}/run unbuffer pytest-venv/bin/py.test -v | tee session.log
  artifacts:
    when: on_failure
    paths:
      - "${BUILD_PATH}/tests/pytest.log"
      - "${BUILD_PATH}/tests/session.log"
      - "${BUILD_PATH}/tests/run"

test wr:
  stage: test