mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
change image
This commit is contained in:
parent
a72b875c68
commit
c86b9765db
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ stages:
|
|||
- test
|
||||
|
||||
lint-salt-full:
|
||||
image: python:3.6-alpine
|
||||
image: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
|
||||
stage: lint
|
||||
script:
|
||||
- python --version
|
||||
|
@ -18,7 +18,7 @@ lint-salt-full:
|
|||
- exit $EC
|
||||
|
||||
lint-tests-full:
|
||||
image: python:3.6-alpine
|
||||
image: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
|
||||
stage: lint
|
||||
script:
|
||||
- python --version
|
||||
|
@ -32,7 +32,7 @@ lint-tests-full:
|
|||
- exit $EC
|
||||
|
||||
docs-build-html:
|
||||
image: python:3.6-alpine
|
||||
image: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
|
||||
stage: test
|
||||
script:
|
||||
- python --version
|
||||
|
@ -41,7 +41,7 @@ docs-build-html:
|
|||
- nox -e 'docs-html(compress=True)'
|
||||
|
||||
docs-build-man-pages:
|
||||
image: python:3.6-alpine
|
||||
image: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
|
||||
stage: test
|
||||
script:
|
||||
- python --version
|
||||
|
|
Loading…
Add table
Reference in a new issue