Loading README.md +0 −16 Original line number Diff line number Diff line Loading @@ -114,14 +114,6 @@ include: - project: 'to-be-continuous/robotframework' ref: '4.0.0' file: '/templates/gitlab-ci-robotframework.yml' stages: - build - test - package-build - package-test - acceptance - publish ``` And lastly in the repository containing the application to test, you'll have to use the Robot Framework template but override Loading @@ -140,14 +132,6 @@ variables: ROBOT_THREADS: 4 # Important: override the tests directory ROBOT_TESTS_DIR: "/opt/robotframework/tests" stages: - build - test - deploy - acceptance - publish - production ``` ## Variants Loading templates/gitlab-ci-robotframework.yml +8 −0 Original line number Diff line number Diff line Loading @@ -101,8 +101,16 @@ variables: INTEG_REF: '/^develop$/' stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .robotframework-scripts: &robotframework-scripts | # BEGSCRIPT Loading Loading
README.md +0 −16 Original line number Diff line number Diff line Loading @@ -114,14 +114,6 @@ include: - project: 'to-be-continuous/robotframework' ref: '4.0.0' file: '/templates/gitlab-ci-robotframework.yml' stages: - build - test - package-build - package-test - acceptance - publish ``` And lastly in the repository containing the application to test, you'll have to use the Robot Framework template but override Loading @@ -140,14 +132,6 @@ variables: ROBOT_THREADS: 4 # Important: override the tests directory ROBOT_TESTS_DIR: "/opt/robotframework/tests" stages: - build - test - deploy - acceptance - publish - production ``` ## Variants Loading
templates/gitlab-ci-robotframework.yml +8 −0 Original line number Diff line number Diff line Loading @@ -101,8 +101,16 @@ variables: INTEG_REF: '/^develop$/' stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .robotframework-scripts: &robotframework-scripts | # BEGSCRIPT Loading