Skip to content
Snippets Groups Projects
Commit 38062bf2 authored by Sun Jin Kim's avatar Sun Jin Kim
Browse files

edit gitlab yml

parent 0e7846e6
No related branches found
No related tags found
No related merge requests found
Pipeline #272366 failed
......@@ -3,12 +3,12 @@ build-job:
script:
- python3 -m venv venv
- . venv/bin/activate
- pip install -r requirements.txt
# - pip install -r requirements.txt
test-job:
stage: test
script:
- pytest
# - pytest
# deploy-job:
# stage: deploy
......
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