From 59eaca79f8bacc89c2cc3c00d5424b99db1007c9 Mon Sep 17 00:00:00 2001 From: Kim Serradell Date: Wed, 22 Apr 2020 16:39:07 +0200 Subject: [PATCH] Revert "Update .gitlab-ci.yml" This reverts commit fe9d81c457d93dfbd2e8ffa096bdb4d5cb2992c6 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fce75e63..37c04c5d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,6 @@ test_python2: script: - git submodule sync --recursive - git submodule update --init --recursive - - module load Miniconda2 - conda env update -f environment.yml -n autosubmit2 python=2 - source activate autosubmit2 - nosetests --exclude=regression --with-coverage --cover-package=autosubmit --cover-inclusive --cover-xml --cover-xml-file=test/coverage.xml test -- GitLab