Skip to content

Commit 0a6bb91

Browse files
committed
Make sure the latest docker images are present
Otherwise the test peeking into the image to determine the version won't work.
1 parent e31954e commit 0a6bb91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_start_ursim.bats

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
setup_file() {
2+
docker pull universalrobots/ursim_cb3:latest
3+
docker pull universalrobots/ursim_e-series:latest
4+
}
5+
16
setup() {
27
# get the containing directory of this file
38
# use $BATS_TEST_FILENAME instead of ${BASH_SOURCE[0]} or $0,

0 commit comments

Comments
 (0)