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: 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