From b33226531b2543301e07e5dea3c5d340afdb9839 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Tue, 26 Sep 2017 15:56:59 -0500 Subject: [PATCH] Update gitlab ci for pytest. --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a2a5ef..a0a6991 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,5 @@ -before_script: - - sh test_data/fetch_test_data.sh - test: script: - - module add astrocyte/0.1.0 + - module add python/3.6.1-2-anaconda - cd .. - - astrocyte_cli test chipseq_analysis + - pytest -- GitLab