Remove test job

This commit is contained in:
Sonny Bakker 2021-01-30 13:47:27 +01:00
parent bc3310066a
commit edaa669919

View file

@ -1,11 +1,9 @@
stages:
- lint
- test
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- .cache/pip
- node_modules/
lint:
@ -15,12 +13,3 @@ lint:
- npm install prettier --no-save
script:
- npx prettier '**/*.yml' --check
syntax-test:
stage: test
image: python:3.7
before_script:
- pip install ansible --quiet
- ansible-galaxy install -r requirements.yml
script:
- ansible-playbook playbook.yml --syntax-check