summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a617423..60c4d54e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,8 @@
before_script:
- - git clone https://github.com/devcurmudgeon/ybd
- - apt-get update -qq && apt-get install -y -qq python-dev python-pip
- - pip install fs pyyaml sandboxlib requests jsonschema
+ - git clone https://github.com/jjardon/ybd
+ - cd ybd && git checkout jjardon/python3v2 && cd ..
+ - apt-get update -qq && apt-get install -y -qq python3-dev python3-pip
+ - pip3 install fs pyyaml sandboxlib requests jsonschema
devel-build-64:
stage: build