diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4704182e12ff4421384aeb1205bbe015e09da02..9054d86ac9636df43df1cd3ee8995d174f3ce853 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,8 +45,8 @@ test:all:
   dependencies: 
     - build:tests
   script: 
-    - echo "REPO_USER=itinnov.flame.integration" >> reporc
-    - echo "REPO_PASS=1tc3ntr3" >> reporc
+    - echo REPO_USER=itinnov.flame.integration > reporc
+    - echo REPO_PASS=1tc3ntr3 >> reporc
     - vagrant --fixture=scripts -- up
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz"
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.scripts"