From 04aa9a106a201768c6abe3d83310aa8d748d3427 Mon Sep 17 00:00:00 2001 From: ankit kariryaa <kariryaa@fhi-berlin.mpg.de> Date: Thu, 23 Jun 2016 12:44:40 +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 2030ee2..e25c269 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 cp2k/test + - export PYTHONEXE=/labEnv/bin/python + - sbt cp2k/test only: - master tags: -- GitLab