mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-22 07:15:25 +00:00
Updated CI to use latest images
This commit is contained in:
parent
3e250fd12b
commit
ca3b8819c4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue