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

Add integration test

parent 0584202f
Branches
No related tags found
1 merge request!2Add integration test
Pipeline #163206 passed
variables:
GIT_STRATEGY: none
api_test:
tags:
- 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