Updated CI to use latest images

This commit is contained in:
Sagi Dayan 2021-10-30 10:38:09 +03:00
parent 3e250fd12b
commit ca3b8819c4
Signed by: sagi
GPG key ID: FAB96BFC63B46458

View file

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