try different path
This commit is contained in:
parent
5dd351c14e
commit
09684d5488
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
fedora:
|
||||
script: ./test.sh
|
||||
script: test.sh
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
|
@ -10,7 +10,7 @@ fedora:
|
|||
DOCKER_DRIVER: overlay2
|
||||
|
||||
ubuntu:
|
||||
script: ./test.sh
|
||||
script: test.sh
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
|
|
Loading…
Reference in a new issue