From aa83341655475d6c58ef09989216636e0f95066c Mon Sep 17 00:00:00 2001 From: sonny Date: Mon, 5 Aug 2024 20:25:50 +0200 Subject: [PATCH] Update gitlab configuration --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cd24a2..232d742 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ cache: lint: stage: lint - image: node:12 + image: node:latest before_script: - npm install script: @@ -18,9 +18,8 @@ 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 script: - ansible-playbook playbook.yml --syntax-check