From f03e0077c447033bb2eb911da66a8e45dcff0ed5 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Wed, 29 Jan 2020 23:34:03 -0600 Subject: [PATCH] Fix ci yml formal --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d9d389..7acea7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,5 +69,4 @@ integration_se: integration_pe: stage: integration script: - - nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA -/ \ No newline at end of file + - nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA \ No newline at end of file -- GitLab