From bb7ad1d9e6db15a06b484f5f4b024bd47aaedc28 Mon Sep 17 00:00:00 2001 From: "Allen, Bruce (CIV)" <bdallen@nps.edu> Date: Fri, 2 Oct 2020 19:25:02 -0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e92d35..537c3e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,10 +11,8 @@ build: - python3 -m pip install PyQt5 script: - cd python; make rc - after_script: - - cd python; make check -#test: -# - stage: test -# - script: -# - cd python; make check +test: + stage: test + script: + - cd python; make check -- GitLab