mirror of https://gitlab.crans.org/bde/nk20
Desactivate docker entrypoint on CI
This commit is contained in:
parent
0e8557404d
commit
b5028b9814
|
@ -23,7 +23,9 @@ docker:
|
||||||
# Debian Buster
|
# Debian Buster
|
||||||
py37-django22:
|
py37-django22:
|
||||||
stage: test
|
stage: test
|
||||||
image: $CI_REGISTRY_IMAGE:debian
|
image:
|
||||||
|
name: $CI_REGISTRY_IMAGE:debian
|
||||||
|
entrypoint: [""]
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y tox
|
- apt-get update && apt-get install -y tox
|
||||||
script: tox -e py37-django22
|
script: tox -e py37-django22
|
||||||
|
@ -47,7 +49,9 @@ py38-django22:
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
image: $CI_REGISTRY_IMAGE:debian
|
image:
|
||||||
|
name: $CI_REGISTRY_IMAGE:debian
|
||||||
|
entrypoint: [""]
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y tox
|
- apt-get update && apt-get install -y tox
|
||||||
script: tox -e linters
|
script: tox -e linters
|
||||||
|
|
Loading…
Reference in New Issue