summaryrefslogtreecommitdiff
path: root/features/steps/project/pages.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/project/pages.rb')
-rw-r--r--features/steps/project/pages.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/pages.rb b/features/steps/project/pages.rb
index d92b707310c..e626e4c5b17 100644
--- a/features/steps/project/pages.rb
+++ b/features/steps/project/pages.rb
@@ -40,7 +40,7 @@ class Spinach::Features::ProjectPages < Spinach::FeatureSteps
source: :push,
protected: false)
- build = build(:ci_build,
+ build = create(:ci_build,
project: @project,
pipeline: pipeline,
ref: 'HEAD',