From 80e692b6cf32d330be55bfd7b3479dd99d6a2dec Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Tue, 14 Aug 2018 00:52:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a743b2a..6798c93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,6 @@ test:all: - sudo lxc exec test-runner -- pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz - sudo lxc exec test-runner -- pip3 install /vagrant/build/clmcservice-SNAPSHOT.tar.gz - sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.scripts - - sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmcservice.tests - sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.inputs - sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.monitoring when: on_success -- GitLab