commit: 06ac829eb4cc5cc9b9c34ec711be134be93e97cc parent df31ec0d52e74ed04021c2b6f0166083117cc7b0 Author: Mark Felder <feld@feld.me> Date: Sat, 20 Jan 2024 22:45:29 -0500 Spec building should be in build stageDiffstat:
M | .gitlab-ci.yml | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -93,7 +93,7 @@ build-1.15.7-otp-25: spec-build: extends: - .using-ci-base - stage: test + stage: build rules: - changes: - ".gitlab-ci.yml"