Skip to content

Commit f6e0da7

Browse files
committed
feat: update GitLab CI configuration for test stage
1 parent 68c7bf5 commit f6e0da7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ analyse:
2525
git clone "$CI_REPOSITORY_URL" "$CI_PROJECT_DIR";
2626
fi
2727
- cd "$CI_PROJECT_DIR"
28+
- composer clear-cache
29+
- rm -rf build
2830
script:
2931
- composer install --prefer-dist --no-progress
3032
- composer a

0 commit comments

Comments
 (0)