Skip to content
Snippets Groups Projects
Commit dcd6ccaa authored by Alan De Smet's avatar Alan De Smet
Browse files

Create .gitlab-ci.yml file

parent 69809351
No related branches found
No related tags found
No related merge requests found
image: python:3.12
stages:
- test
unit-test-job:
stage: test
script:
- echo "Running unit tests..."
- make test
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