Commit 7d7c7a0e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: declare all TBC stages

parent 6766e008
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -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
@@ -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
+8 −0
Original line number Diff line number Diff line
@@ -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