Update gitlab configuration
This commit is contained in:
parent
a4befd5ef8
commit
1ddd045a6c
1 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ cache:
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: node:12
|
image: node:latest
|
||||||
before_script:
|
before_script:
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
|
|
@ -18,9 +18,8 @@ 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
|
|
||||||
script:
|
script:
|
||||||
- ansible-playbook playbook.yml --syntax-check
|
- ansible-playbook playbook.yml --syntax-check
|
||||||
|
|
|
||||||
Reference in a new issue