Skip to content
Snippets Groups Projects
Commit 01465b1a authored by fibasile's avatar fibasile
Browse files

Update .gitlab-ci.yml

parent 1e481518
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -26,10 +26,14 @@ before_script:
- pip install -r requirements.txt
test:
stage: test
script:
- python build.py test
deploy:
stage: deploy
script:
- python build.py json && mv json public
\ No newline at end of file
- python build.py json && mv json public
only:
- master
\ 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