From 94a7d8eb3d9eec65be5af49acd65329836fbf224 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 21 Nov 2018 13:58:31 +0000 Subject: [PATCH] CI: rename autotools build target No tests are being built or run here. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 734bc85..49e4974 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: registry.freedesktop.org/libnice/libnice/build-tools:centos-7 stages: - build -build-and-test: +build autotools: stage: build except: - schedules -- 2.7.4