From 21dcdb0755aa266492adabfc492fe5a49c5b7aa4 Mon Sep 17 00:00:00 2001 From: AfonsoSantos96 Date: Fri, 28 May 2021 12:21:39 +0100 Subject: [PATCH] InitialGitLab CI configuration --- .gitlab-ci.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb913ff..7a47a37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,22 +1,7 @@ stages: - - build - test -build-code-job: - stage: build - script: - - echo "Check the ruby version, then build some Ruby project files:" - - ruby -v - - rake - -test-code-job1: - stage: test - script: - - echo "If the files are built successfully, test some files with one command:" - - rake test1 - -test-code-job2: +test: stage: test script: - - echo "If the files are built successfully, test other files with a different command:" - - rake test2 + - echo "Success!"