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

Fix indentation

parent 88f20eda
No related branches found
No related tags found
1 merge request!2Feature/add test pipeline
Pipeline #163290 failed
......@@ -2,19 +2,19 @@ variables:
GIT_STRATEGY: none
api_test:
tags:
- centos
- docker
artifacts:
paths:
- insite/tests/docker-compose.log
expire_in: 1 week
when: always
script:
- git clone --recurse-submodules https://devhub.vr.rwth-aachen.de/VR-Group/in-situ-pipeline/insite.git
- cd insite/access-node
- git checkout CI_COMMIT_SHA
- cd ../tests
- pip3 install --user -r requirements.txt
- pytest
tags:
- centos
- docker
artifacts:
paths:
- insite/tests/docker-compose.log
expire_in: 1 week
when: always
script:
- git clone --recurse-submodules https://devhub.vr.rwth-aachen.de/VR-Group/in-situ-pipeline/insite.git
- cd insite/access-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.
Finish editing this message first!
Please register or to comment