From 7036b12a6061416a2b8187387150914b7881dc5e Mon Sep 17 00:00:00 2001 From: ankit kariryaa <kariryaa@fhi-berlin.mpg.de> Date: Thu, 23 Jun 2016 12:44:41 +0200 Subject: [PATCH] Add test env for python2 (python3 is te default now) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad6fb22..5926870 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ testing: - git submodule foreach git checkout master - git submodule foreach git pull - sbt cpmd/test + - export PYTHONEXE=/labEnv/bin/python + - sbt cpmd/test only: - master tags: -- GitLab