Loading README.md +1 −2 Original line number Diff line number Diff line # GitLab CI template for Robot Framework This project implements a GitLab CI/CD template to run your automated tests with [Robot Framework](https://robotframework.org/). Loading Loading @@ -137,7 +136,7 @@ include: variables: # use my own Robot Framework image (with embedded tests) ROBOT_IMAGE: '$CI_REGISTRYmy-project/rf-tests:master' ROBOT_IMAGE: '$CI_REGISTRY/my-project/rf-tests:master' ROBOT_THREADS: 4 # Important: override the tests directory ROBOT_TESTS_DIR: "/opt/robotframework/tests" Loading Loading
README.md +1 −2 Original line number Diff line number Diff line # GitLab CI template for Robot Framework This project implements a GitLab CI/CD template to run your automated tests with [Robot Framework](https://robotframework.org/). Loading Loading @@ -137,7 +136,7 @@ include: variables: # use my own Robot Framework image (with embedded tests) ROBOT_IMAGE: '$CI_REGISTRYmy-project/rf-tests:master' ROBOT_IMAGE: '$CI_REGISTRY/my-project/rf-tests:master' ROBOT_THREADS: 4 # Important: override the tests directory ROBOT_TESTS_DIR: "/opt/robotframework/tests" Loading