Clone the repo from scratch for every GitLab CI job.
This commit is contained in:
parent
0d28b1c3d7
commit
559d7ca217
|
@ -1,3 +1,6 @@
|
|||
variables:
|
||||
GIT_STRATEGY: clone
|
||||
|
||||
test:
|
||||
script:
|
||||
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|
||||
|
|
Loading…
Reference in New Issue