From dbcc19a2f1f7326fe6a68235cc5ea535fe5d3e32 Mon Sep 17 00:00:00 2001 From: MJB <mjb@it-innovation.soton.ac.uk> Date: Thu, 31 May 2018 01:03:14 +0100 Subject: [PATCH] added new ci tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a470418..9054d86 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" -- GitLab