Skip to content

Commit

Permalink
change image
Browse files Browse the repository at this point in the history
  • Loading branch information
Felippe Burk authored and Bryce Larson committed Apr 14, 2020
1 parent a72b875 commit c86b976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c86b976

Please sign in to comment.