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