From 5b3fc70e0fd9dc878c0e4027dd168a3e83f18b73 Mon Sep 17 00:00:00 2001 From: evendrel Date: Fri, 4 Sep 2020 11:00:44 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d13fc5e..f53bc50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ 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 + - ./nextflow run -bg -with-docker $REGISTRY_DESTINATION workflow-block/main.nf -profile test # if passed ... #- docker push $OEB_DOCKER_REGISTRY/$CI_REGISTRY_USER/$CONTAINER_NAME:$CI_COMMIT_SHORT_SHA # check if it works -- 2.24.1