From 2d910cf6295ce236ce744a269616e78ea5e62a21 Mon Sep 17 00:00:00 2001 From: Pietro Braghieri <braghieri@fbk.eu> Date: Fri, 27 Sep 2019 14:06:49 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ea4560d1..6158eaf8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ est_build_test_job: stage: build_est environment: staging script: - - "curl -X POST -F token=d1ce830095dc9201851e948eb160f4 -F ref=mavenize_project https://gitlab.fbk.eu/api/v4/projects/1159/trigger/pipeline" + - "curl -X POST -F token=d1ce830095dc9201851e948eb160f4 -F ref=master https://gitlab.fbk.eu/api/v4/projects/1159/trigger/pipeline" build_test_job: stage: test -- GitLab