Skip to content

Commit

Permalink
[CI] Update docker test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jun 11, 2020
1 parent d4312fc commit 3491d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -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/"
Expand Down

0 comments on commit 3491d24

Please sign in to comment.