diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 659b53cc1b77e440618581960409adfc482b9c21..9ef161fe154eff64764b33dc1b370dbd2cd6115e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -Python 2.7: +py2.7: script: - git submodule update --init - py_version=2.7 @@ -8,7 +8,7 @@ Python 2.7: - python2.7 except: - tags -Python 3.4: +py3.4: script: - git submodule update --init - py_version=3.4 @@ -18,7 +18,7 @@ Python 3.4: - python3.4 except: - tags -Python 2.6: +py2.6: script: - git submodule update --init - py_version=2.6