From a8ccba91ee565ffe93ed4342dbfe1cba4db48a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A9ronique=20=20LEGRAND?= <veronique.legrand@pasteur.fr> Date: Fri, 22 Jan 2021 11:06:39 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 787f253..ca73cd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ before_script: - conda env create -f PhageTerm_env_3.yml - conda init bash - source ~/.bashrc - - conda activate openCL_for_phageterm3 + - conda activate PhageTerm_env_py3 stages: - tests -- GitLab