Update gitlab CI config & remove requirements.yml

This commit is contained in:
sonny 2023-06-25 12:05:28 +02:00
parent 7b924d3813
commit 24c4e57c69
2 changed files with 2 additions and 7 deletions

View file

@ -10,7 +10,7 @@ cache:
pretty-lint:
stage: lint
image: node:12
image: node:16
before_script:
- npm install
script:
@ -18,9 +18,8 @@ pretty-lint:
syntax-test:
stage: test
image: python:3.7
image: python:3.11
before_script:
- pip install ansible --quiet
- ansible-galaxy install --role-file requirements.yml
script:
- ansible-playbook playbook.yml --syntax-check

View file

@ -1,4 +0,0 @@
- src: git+https://git.fudiggity.nl/ansible/common.git
name: common
version: master
scm: git