From eaa4ac45edf9279abbc48f4cfd28c3dd6e729253 Mon Sep 17 00:00:00 2001 From: Sofus Rose Date: Thu, 26 Jan 2017 18:42:20 -0500 Subject: [PATCH] CI was broken --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3ec2f3..3003f17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: before_script: - - wget https://github.com/git-lfs/git-lfs/releases/download/v1.5.5/git-lfs-linux-amd64-1.5.5.tar.gz && tar xf git-lfs-linux-amd64-1.5.5.tar.gz && cd git-lfs-1.5.5/ && ./install.sh + - wget https://github.com/git-lfs/git-lfs/releases/download/v1.5.5/git-lfs-linux-amd64-1.5.5.tar.gz && tar xf git-lfs-linux-amd64-1.5.5.tar.gz && cd git-lfs-1.5.5/ && ./install.sh && cd - - git lfs install - pip3 install -U pip setuptools wheel - pip3 install -r requirements.txt