From 5625077b64e02113e815bf351920cf7d38a476ec Mon Sep 17 00:00:00 2001 From: Herman van Rink <rink@initfour.nl> Date: Thu, 11 May 2017 13:43:34 +0200 Subject: [PATCH] sudo --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b99c97fd3..20e364fa7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,8 @@ test:behat: before_script: - docker info - - apt-get install --yes git-core + - sudo apt-get update + - sudo apt-get install --yes git-core - git clone http://github.com/aegir-project/tests.git tests - cd tests - git checkout $AEGIR_TESTS_VERSION -- GitLab