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
eefe15cc
Commit
eefe15cc
authored
Oct 27, 2021
by
IDSidorov
Browse files
Add new file
parent
63d880b0
Pipeline
#3828
failed with stage
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
eefe15cc
image
:
python:latest
cache
:
paths
:
-
.cache/pip
-
venv/
before_script
:
-
pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
python -m pip install -U matplotlib
stages
:
-
test
unit-test-job
:
stage
:
test
script
:
-
echo "Running unit tests..."
-
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