From 3491d2488d4cd80fabee9b04efd8b778af383c3b Mon Sep 17 00:00:00 2001 From: Michal Simon Date: Thu, 11 Jun 2020 17:39:33 +0200 Subject: [PATCH] [CI] Update docker test script. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a7c7161841..9516f8a04b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -594,7 +594,8 @@ xrootd_docker_test: stage: test script: - docker pull gitlab-registry.cern.ch/dss/xrootd - - cd xrootd-docker + - cd xrootd-docker + - yum -y install wget - sudo ./start.sh -i gitlab-registry.cern.ch/dss/xrootd - docker exec metaman text-runner /usr/lib64/libXrdClTests.so "All Tests/UtilsTest/" - docker exec metaman text-runner /usr/lib64/libXrdClTests.so "All Tests/SocketTest/"