Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IDSidorov
sidorovID
Commits
e07df9c9
Commit
e07df9c9
authored
Oct 28, 2021
by
IDSidorov
Browse files
Update .gitlab-ci.yml
parent
f5a2bf97
Pipeline
#3893
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e07df9c9
image
:
python:latest
cache
:
image
:
python:3.9
paths
:
-
.cache/pip
-
venv/
before_script
:
-
pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
python -m pip install -U matplotlib
stages
:
stages
:
-
t
est
-
T
est
ing
unit-test-job
:
test
:
stage
:
t
est
stage
:
T
est
ing
script
:
script
:
-
echo "Running unit tests..."
-
python3.9 -m test pytest
-
python3 -m unittest
-
echo "All tests passed"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment