Rename the test that fully boots the server to lifecycle_test
This commit is contained in:
parent
1e36811796
commit
c9ac85bffc
3 changed files with 9 additions and 5 deletions
|
|
@ -209,14 +209,14 @@ build-docs:
|
|||
- !reference [.python, rules]
|
||||
|
||||
# Only runs when a .py file is edited
|
||||
server_integration_tests:
|
||||
server_lifecycle_test:
|
||||
extends: .python
|
||||
stage: integration
|
||||
needs:
|
||||
- job: build
|
||||
artifacts: true
|
||||
script:
|
||||
- tests/integration_tests/testfile.py
|
||||
- tests/lifecycle_test/testfile.py
|
||||
|
||||
pages:
|
||||
needs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue