Skip to content
Snippets Groups Projects
Commit 42451a00 authored by Julien David's avatar Julien David
Browse files

gitlab-ci

parent 48c88ed2
No related branches found
No related tags found
1 merge request!16Ajout gitlab ci
Pipeline #3028 passed with stage
in 8 seconds
image: alpine
stages:
- build
- test
lipn-search:
stage: build
script:
- echo "Installation des paquets"
- apk update
- apk add python3
- apk add py-pip
- pip install pytest
lipn-search:
stage: test
script:
- echo "Début de la phase de test"
- echo "Fin de la phase de test"
\ No newline at end of file
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