From 60bbd62e77b93933cf2493ef8ca77983501bcadb Mon Sep 17 00:00:00 2001 From: "Allen, Bruce (CIV)" <bdallen@nps.edu> Date: Fri, 2 Oct 2020 17:00:13 -0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f648086..37b6317 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,8 +24,8 @@ job 0: job 1: - stage: build - - script: - - cd python; make rc + - script: + - cd python; make rc job 2: test: -- GitLab