Commit d8ede990 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

doc: fix typo

parent 1270358f
Loading
Loading
Loading
Loading
Loading
+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/).
@@ -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"