From 7ac291d9b6fcbefae17c4a5236620e0d68e1ee1a Mon Sep 17 00:00:00 2001 From: Jonas Zohren <jonas.zohren@tu-dortmund.de> Date: Thu, 10 Sep 2020 22:48:44 +0200 Subject: [PATCH] Add explicit list of stages --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c75c261..eef688c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,9 @@ include: - template: Dependency-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml - +stages: + - test + - build # This file is a template, and might need editing before it works on your project. docker-build-master: -- GitLab