Skip to content
Snippets Groups Projects
Commit dd565bbd authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Update test script

parent ff6671e5
No related branches found
No related tags found
1 merge request!2Add integration test
Pipeline #163207 failed
include:
- project: 'vr-group/in-situ-pipeline/insite'
ref: feature/add-test-pipeline
file: '/test-setup.yml'
variables: variables:
GIT_STRATEGY: none INSITE_NEST_MODULE_COMMIT: $CI_COMMIT_SHA
api_test: api_test:
tags: extends: .api_test
- centos
- docker
artifacts:
paths:
- insite/tests/docker-compose.log
expire_in: 1 week
when: always
script:
- rm -rf insite
- git clone --branch feature/add-test-pipeline --single-branch --recurse-submodules https://devhub.vr.rwth-aachen.de/VR-Group/in-situ-pipeline/insite.git
- cd insite/info-node
- git checkout $CI_COMMIT_SHA
- cd ../tests
- pip3 install --user -r requirements.txt
- pytest
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment