From 2343821c27cf5faeff63462854631caa3a11d10a Mon Sep 17 00:00:00 2001 From: Syahrul Ardiansyah <syahrul.findi@gmail.com> Date: Tue, 24 Sep 2019 12:22:18 +0700 Subject: [PATCH] Update package before install curl --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 619dafb..3f52e94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ test: functional-test: before_script: + - apt-get update - apt-get install curl - curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o /chrome.deb - dpkg -i /chrome.deb || apt-get install -yf -- GitLab