Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Change gitlab-runner deb file version in molecule test
Browse files Browse the repository at this point in the history
Download from the official GitLab location.
  • Loading branch information
tobiashuste committed Apr 14, 2022
1 parent 15d2119 commit 96a2289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ provisioner:
gitlab_runner_concurrent: 4
host_vars:
instance_gitlab_ci_openstack_1:
gitlab_runner_version: "14.8.2~beta.1.g2ba60a95"
gitlab_runner_deb_file: "https://gitlab.com/hifis/gitlab-runner/-/package_files/31816472/download"
gitlab_runner_version: "14.9.1"
gitlab_runner_deb_file: "https://packages.gitlab.com/runner/gitlab-runner/packages/ubuntu/focal/gitlab-runner_14.9.1_amd64.deb/download.deb"
gitlab_runner_install_docker: true
gitlab_runner_ssh_public_key: "test_key.pub"
gitlab_runner_ssh_private_key: "test_key"
Expand Down

0 comments on commit 96a2289

Please sign in to comment.