Unverified Commit 2364711c authored by WorldTeacher's avatar WorldTeacher
Browse files

fix(ci): add missing stages to CI pipeline configuration

parent 15f558b1
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -49,6 +49,11 @@ variables:
# SEMREL_GPG_SIGNKEY: Path to the GPG signkey exported with `gpg --armor --export-secret-key`.

# your pipeline stages
stages:
  - build
  - test
  - deploy
  - publish

lua-tests:
  stage: test