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!"