Skip to content
Snippets Groups Projects
Commit 63daea27 authored by Jonas Miederer's avatar Jonas Miederer
Browse files

try to check if repo dir exists

parent 80841a1a
No related branches found
No related tags found
No related merge requests found
Pipeline #545937 passed
......@@ -6,4 +6,4 @@ services:
volumes:
- /builds/$CI_PROJECT_PATH/src/:/tmp/repo/src
- /builds/$CI_PROJECT_PATH/tests/:/tmp/repo/tests
command: pytest /etc
\ No newline at end of file
command: sh -c "apt update && apt install ls && ls /tmp"
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