From 7510c8fb32bc2cc2b0d07c78437dcea8043f4980 Mon Sep 17 00:00:00 2001 From: Virtua Creative Date: Tue, 19 Apr 2016 22:16:55 +0000 Subject: [PATCH] test9: apt-get update before apt-get git-core --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa9f3a6..e630362 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,11 @@ cache: - /var/cache/apt/archives/ before_script: - - dpkg -l + - apt-get update + - apt-get install git-core + - git config --global user.name "User Name" + - git config --global user.email "user@example.com" + - git config --list pages: script: