From 12a5877921487d5e2bd5172729986171980bf659 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Mon, 7 Jan 2019 14:01:30 -0600 Subject: [PATCH] Fix yaml error. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 924c2c6..a54c5d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ user_configuration: stage: unit script: - pytest -m unit - -pytest -m unit --cov=./workflow/scripts + - pytest -m unit --cov=./workflow/scripts single_end_mouse: stage: single -- GitLab