diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cd24a2..b53fdba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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