From 7ca6075f58c5e3810883d6712b2c03d5e9be24e5 Mon Sep 17 00:00:00 2001 From: Luclu7 <luclu7@luclu7.fr> Date: Mon, 26 Jun 2017 17:09:46 +0200 Subject: [PATCH] Another CI trick --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bb66a4..088ccd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ stages: test_api: stage: test before_script: + - apk update + - apk add curl - curl -L https://github.com/docker/compose/releases/download/1.14.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose - docker-compose -f api/test.yml build script: @@ -56,4 +58,4 @@ pages: only: - master tags: - - docker + - docker \ No newline at end of file -- GitLab