From ca3b8819c4a075aed77cbc41dd0f623386951134 Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Sat, 30 Oct 2021 10:38:09 +0300 Subject: [PATCH] Updated CI to use latest images --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6717105..84479f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: Run Workstation playbook on fedora: stage: dnf_systems - image: fedora + image: fedora:latest script: - dnf install -y ansible python3-pip - pip3 install -r ci-requirements.txt @@ -20,7 +20,7 @@ Run Workstation playbook on fedora: Run Workstation playbook on ubuntu: stage: apt_systems - image: ubuntu + image: ubuntu:latest script: - apt-get update - apt-get install -y ansible python3-pip python3-apt