aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60dd4dc..af2008a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,10 +13,10 @@ build-container:
13 - docker build -f Dockerfile -t gnunet-python . 13 - docker build -f Dockerfile -t gnunet-python .
14 14
15# For now just build with python3 15# For now just build with python3
16language: python 16# language: python
17python: 17# python:
18 - "3.6" 18# - "3.6"
19 - "2.7" 19# - "2.7"
20 20
21build-gnunet-python: 21build-gnunet-python:
22 stage: build 22 stage: build