From 03f78e3fc17aaeb24526c3ddecbc22778db17851 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 25 May 2022 17:27:02 -0600 Subject: [PATCH] Fix path to mock specs --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 320184d..b3adb42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ spec dsl: spec mocks: extends: spec script: - - crystal spec --error-on-warnings --junit_output=. spec/mocks/ + - crystal spec --error-on-warnings --junit_output=. spec/spectator/mocks/ format: script: