Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Websites
MyKDE
Commits
24256da6
Commit
24256da6
authored
Aug 07, 2020
by
Carl Schwan
🚴
Browse files
Add ci
parent
9afd1728
Pipeline
#30006
failed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
24256da6
stages
:
-
test
test
:
stage
:
test
cache
:
paths
:
-
.venv
key
:
"
${CI_COMMIT_REF_SLUG}"
script
:
-
apt install poetry
-
poetry config settings.virtualenvs.in-project
true
-
poetry install
-
poetry run ./manage.py test
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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