diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45bfb46d9d5a97c950c9fd63ff17c4bbe379e024..8b66db9ee6a72176f35b76eb6f31ca48d282bd53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ build_image: script: - cd container - docker build --no-cache -t $REGISTRY_DESTINATION . - tags: - oeb_dockerhub @@ -25,8 +24,7 @@ test_nextflow_files: script: - pwd - curl -fsSL get.nextflow.io | bash - - 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 + - ./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