summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-07-23 18:36:24 +0100
committerJavier Jardón <jjardon@gnome.org>2016-07-24 22:26:26 +0100
commit8c936528ed012e3161b62b8c1b4e1da2d144b1da (patch)
tree9c1dfe57b439b1402590e67c7f751f6948d50d97
parent3160e0218e041d7558abad6acec96e2793a82bfd (diff)
downloaddefinitions-8c936528ed012e3161b62b8c1b4e1da2d144b1da.tar.gz
.gitlab-ci.yml: Intall gawk
Change-Id: I4b5a636a7a517fd61551133aa167068642364f64
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 005072dc..3d25bbd3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
before_script:
- export LC_ALL="C.UTF-8"
- git clone https://github.com/devcurmudgeon/ybd
- - apt-get update -qq && apt-get install -y -qq python-dev python-pip
+ - apt-get update -qq && apt-get install -y -qq python-dev python-pip gawk
- pip install fs pyyaml sandboxlib requests jsonschema
devel-build-64: