Updated .gitlab-ci.yml

This commit is contained in:
Netkas 2023-08-16 20:26:19 -04:00
parent a64161e648
commit 43f5e32c87
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -3,7 +3,9 @@ image: php:8.2
stages:
- setup
- build
- build-docker
- publish
- publish-docker
before_script:
- apt update -yqq