Skip to content
Snippets Groups Projects
Commit 799660ad authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Added .gitlab-ci.yml for Continuous integration

parent b001609f
No related branches found
No related tags found
No related merge requests found
stages:
- test
image: deepof
test_a:
stage: test
script:
- echo "This job tests all functions in deepof.utils"
- pytest ./test_deepof/test_utils.py
\ 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