summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-08-09 20:25:38 +0100
committerJavier Jardón <jjardon@gnome.org>2016-08-09 20:25:38 +0100
commitc329fb43f37ca882c8e1bcf3d87b7be141281d18 (patch)
tree6acdf1644f51c3be819fb3a5bbe069ce05cac37d
parent0f27657b66dda966b3718fd1691e2c8741645322 (diff)
downloaddefinitions-jjardon/alpine.tar.gz
.gitlab-ci.yml: Install gitjjardon/alpine
Change-Id: I7ccabc54d0c1186a61c6001c36db0cdd3f632aa6
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca974b24..105a2c5a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,8 @@ image: ubuntu
before_script:
- export LC_ALL="C.UTF-8"
+ - apt-get update -qq && apt-get install -y -qq git python-dev python-pip gawk
- git clone https://github.com/devcurmudgeon/ybd
- - apt-get update -qq && apt-get install -y -qq python-dev python-pip gawk
- pip install fs pyyaml sandboxlib requests jsonschema
devel-build-64: