Skip to content
Snippets Groups Projects
Commit 479d6aa7 authored by sk2521's avatar sk2521
Browse files

Update .gitlab-ci.yml file

parent d4968b9a
Branches
Tags
No related merge requests found
build-job:
stage: build
script:
- python3 -m venv venv
- . venv/bin/activate
- pip3 install wheel
- pip3 install -r requirements.txt --no-cache-dir
# build-job:
# stage: build
# script:
# - python3 -m venv venv
# - . venv/bin/activate
# - pip3 install wheel
# - pip3 install -r requirements.txt --no-cache-dir
test-job:
stage: test
script:
- python3 -m venv venv
- . venv/bin/activate
- pip3 install -r requirements.txt --no-cache-dir
- pytest
# deploy-job:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment