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

edit gitlab yml

parent 683246e7
No related branches found
No related tags found
No related merge requests found
build-job:
stage: build
script:
- pip3 install venv
- pip install venv
- python3 -m venv venv
- . venv/bin/activate
- pip install -r requirements.txt
......
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