Added ls -al to identify mod of files during build

This commit is contained in:
Deon George 2019-04-27 11:36:17 +10:00
parent 138c92d24a
commit 5564836e22
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ before_script:
- docker info
- docker version
- echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
- ls -alR .
test:
stage: test