diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33665ecfa0299f14f122c5dec94647e174fe1c1e..bad08741442a7779a368753500a1bd6b0df2c5a3 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ astrocyte_check:
 simple_1FC:
   stage: simple
   script:
-    - nextflow run workflow/main.nf --bcl "test_data/simple1/*.tar.gz" --designFile "test_data/simple1/cellranger-tiny-bcl-simple-1_2_0.csv" -with-tower
+    - nextflow run workflow/main.nf -profile biohpc --bcl "test_data/simple1/*.tar.gz" --designFile "test_data/simple1/cellranger-tiny-bcl-simple-1_2_0.csv" -with-tower
     - pytest -m simple1
   artifacts:
     name: "$CI_JOB_NAME"
@@ -44,7 +44,7 @@ simple_1FC:
 simple_2FC:
   stage: simple
   script:
-    - nextflow run workflow/main.nf --bcl "test_data/simple2/*.tar.gz" --designFile "test_data/simple2/cellranger-tiny-bcl-simple-1_2_0.csv" -with-tower
+    - nextflow run workflow/main.nf -profile biohpc --bcl "test_data/simple2/*.tar.gz" --designFile "test_data/simple2/cellranger-tiny-bcl-simple-1_2_0.csv" -with-tower
     - pytest -m simple2
   artifacts:
     name: "$CI_JOB_NAME"