Skip to content
Snippets Groups Projects
Verified Commit e76cb677 authored by David Hoese's avatar David Hoese
Browse files

Add some debug commands to CI

parent 225cf748
Branches
No related tags found
No related merge requests found
Pipeline #11536 failed
......@@ -39,7 +39,7 @@ build_hello_world:
- gcc -o hello src/hello_world.c
artifacts:
paths:
- hello
- /hello
# Define stage that builds HTML and uploads the website
tests:
......@@ -48,6 +48,8 @@ tests:
tags:
- ssec_shared
script:
- ls -l
- ./hello
- pip install pytest pytest-cov
- pytest --cov=. test.py
coverage: '/TOTAL.*\s+(\d+%)$/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment