Skip to content
Snippets Groups Projects
Commit 9674bd66 authored by DALLEL Mohamed's avatar DALLEL Mohamed
Browse files

Add .gitlab-ci.yml file

parent 58c43d8f
No related branches found
No related tags found
No related merge requests found
Pipeline #19415 failed
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
before_script:
- apt-get update -qy
- apt-get install -y python3-pip
build-job:
stage: build
script:
- pip3 install -r requirements.txt
test-job:
stage: test
script:
- pytest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment