Update gitlab CI image tags

This commit is contained in:
Sonny Bakker 2023-08-05 21:53:57 +02:00
parent bbf5f1a3c7
commit 1d09789238

View file

@ -10,7 +10,7 @@ cache:
lint:
stage: lint
image: node:12
image: node:current-alpine
before_script:
- npm install
script:
@ -18,7 +18,7 @@ lint:
syntax-test:
stage: test
image: python:3.7
image: python:latest
before_script:
- pip install ansible --quiet
- ansible-galaxy install --role-file requirements.yml