From 98d106925f6c3cea99c783a1254344f37f6d130c Mon Sep 17 00:00:00 2001
From: Mihaela Zavolan <mihaela.zavolan@unibas.ch>
Date: Wed, 24 Nov 2021 11:54:42 +0100
Subject: [PATCH] Fixed type in nextflow image name

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b31b31..833e16a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ qc_1:
 
 test_1:
   stage: test
-  image: nextflow/nexflow:21.10.3
+  image: nextflow/nextflow:21.10.3
   script:
     - nextflow main.nf
 
-- 
GitLab