From 725bc4d8a535f6fd10f06697b817cfbe91ca8567 Mon Sep 17 00:00:00 2001 From: zvon Date: Sun, 23 Sep 2018 09:21:51 +0000 Subject: [PATCH] update before install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38451a6..5fd9220 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,5 +15,5 @@ build: test: stage: test script: - - apt-get install -y -qq libc++1 libcurl4 + - apt-get update -qq && apt-get install -y -qq libc++1 libcurl4 - ./test.sh