Removed 'test' from .gitlab-ci.yml and corrected artifact path

This commit is contained in:
Netkas 2023-01-21 09:59:26 -05:00
parent 39bba1b532
commit 9cd424ec5b

View file

@ -21,8 +21,4 @@ build:
- make redist tar - make redist tar
artifacts: artifacts:
paths: paths:
- build/src/build.tar.gz - build/build.tar.gz
test:
script:
- build/src/INSTALL --auto --install-composer