Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 32b6ca62 authored by Dorian Turba's avatar Dorian Turba
Browse files

same stage for template_testing

parent ead1007f
No related branches found
No related tags found
No related merge requests found
Pipeline #22043 failed
stages: stages:
- code_quality - template_testing
- test
include: include:
- local: 'templates/python/testing/pytest/pytest.yml' - local: 'templates/python/testing/pytest/pytest.yml'
- local: 'templates/python/code_quality/flake8/flake8.yml' - local: 'templates/python/code_quality/flake8/flake8.yml'
pytest: pytest:
stage: template_testing
variables: variables:
PROJECT_PATH: "tests/pytest_project" PROJECT_PATH: "tests/pytest_project"
PYTHON_SETUP: "pip install ${PROJECT_PATH} pytest" PYTHON_SETUP: "pip install ${PROJECT_PATH} pytest"
flake8: flake8:
stage: template_testing
variables: variables:
IMAGE_TAG: "latest"
PROJECT_PATH: "tests/flake8_project" PROJECT_PATH: "tests/flake8_project"
PYTHON_SETUP: "pip install ${PROJECT_PATH} flake8" PYTHON_SETUP: "pip install ${PROJECT_PATH} flake8"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment