summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40291442..3edc254e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,9 @@
-image: python:2.7-slim
+image: python:3.4-slim
before_script:
- export LC_ALL="C.UTF-8"
- apt-get update -qq && apt-get install -y -qq git
- - cd ybd && ./install_dependencies.sh && cd ..
- - git clone https://gitlab.com/baserock/ybd.git -b jjardon/lc/py3.4
+ - git clone https://gitlab.com/baserock/ybd.git -b lc/py3.4
- cd ybd && ./install_dependencies.sh && cd ..
build-system-x86_64-chroot-build: