From f270d9560a9f08f8594ac9a0006a3744ba514d17 Mon Sep 17 00:00:00 2001 From: evendrel Date: Fri, 4 Sep 2020 10:01:43 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5004ec4..45bfb46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,8 @@ test_nextflow_files: script: - pwd - curl -fsSL get.nextflow.io | bash - - ./nextflow run -bg --with-docker $OEB_DOCKER_REGISTRY/$CI_REGISTRY_USER/$CONTAINER_NAME:$CI_COMMIT_SHORT_SHA workflow-block/main.nf -profile docker,test + - source prueba.sh + #- ./nextflow run -bg --with-docker $OEB_DOCKER_REGISTRY/$CI_REGISTRY_USER/$CONTAINER_NAME:$CI_COMMIT_SHORT_SHA workflow-block/main.nf -profile docker,test # if passed ... #- docker push $OEB_DOCKER_REGISTRY/$CI_REGISTRY_USER/$CONTAINER_NAME:$CI_COMMIT_SHORT_SHA # check if it works -- 2.24.1