Update .gitlab-ci.yml

parent 6fbbc275
Pipeline #8504 passed with stage
in 28 seconds
...@@ -23,9 +23,9 @@ before_script: ...@@ -23,9 +23,9 @@ before_script:
- pip install virtualenv - pip install virtualenv
- virtualenv venv - virtualenv venv
- source venv/bin/activate - source venv/bin/activate
- pip install -r requirements.txt
run: run:
script: script:
- pip install -r requirements.txt
- python main.py - python main.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment