Update gitlab CI image tags
This commit is contained in:
parent
bbf5f1a3c7
commit
1d09789238
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ cache:
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: node:12
|
image: node:current-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
|
|
@ -18,7 +18,7 @@ lint:
|
||||||
|
|
||||||
syntax-test:
|
syntax-test:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3.7
|
image: python:latest
|
||||||
before_script:
|
before_script:
|
||||||
- pip install ansible --quiet
|
- pip install ansible --quiet
|
||||||
- ansible-galaxy install --role-file requirements.yml
|
- ansible-galaxy install --role-file requirements.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue