Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
panyoriokome
test-ci
Commits
c0103ed5
Commit
c0103ed5
authored
Mar 18, 2021
by
OIS Y.Watanabe
Browse files
gitlab-ciの設定を追加
parent
8a18e2fd
Pipeline
#272576289
failed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c0103ed5
image
:
python:3.8-slim
stages
:
-
test
before_script
:
-
pip install poetry
-
poetry config virtualenvs.create
false
test_project_a
:
stage
:
test
before_script
:
-
cd project_a
-
poetry install
script
:
-
echo "Running tests"
-
poetry run pytest tests
test_project_b
:
stage
:
test
before_script
:
-
cd project_b
-
poetry install
script
:
-
echo "Running tests"
-
poetry run pytest tests
\ No newline at end of file
Write
Preview
Supports
Markdown
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