Fix the path to test.sh.
This commit is contained in:
parent
edae9ebd0e
commit
fa1edc0973
|
@ -3,4 +3,4 @@ variables:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:$CI_PROJECT_DIR" -e CI_PROJECT_DIR="$CI_PROJECT_DIR" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:$CI_PROJECT_DIR" -e CI_PROJECT_DIR="$CI_PROJECT_DIR" pandorafms/pandorafms-base "$CI_PROJECT_DIR/tests/test.sh"
|
||||||
|
|
Loading…
Reference in New Issue