Clone the repo from scratch for every GitLab CI job.
(cherry picked from commit 559d7ca217
)
This commit is contained in:
parent
db6616632f
commit
edab97eac3
|
@ -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