From 5e1b6a24801f44a5cb707edf7a845aa9ee40cff2 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Fri, 5 Feb 2021 13:24:20 -0600 Subject: [PATCH] Add back only building on changes to dockerfiles. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66ad7836..748a16df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,9 +20,9 @@ variables: - api_failure stage: base image: docker:stable - # only: - # changes: - # - tests/dockerfiles/* + only: + changes: + - tests/dockerfiles/* services: - docker:dind before_script: