From 7cdc5678c62cd1bf169b307b979ecb73b21ce916 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Fri, 26 Feb 2016 14:05:46 -0500 Subject: [PATCH] Set gitlab-ci stages on one line Rather than doing this in two separate lines. Also drop the -j2 argument to scons to help with memory issues. Signed-off-by: Anna Schumaker --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d431999..4e77f00c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,11 @@ stages: - test build: - stage: - - build + stage: build script: - - scons -j2 + - scons test: - stage: - - test + stage: test script: - scons tests/core