Background:
Right now a catalyst env is being built and selenium tests are being run on each push to the Wikilambda gerritt repo, and we also want that catalyst build and selenium tests to run in the evaluator pipeline as well. This is for the work on the evaluator.
Acceptance criteria:
In gitlab have a job that does the deployment
The job deploys catalyst
Then there should be another job that runs the selenium tests
If those pass then continue with the rest of the pipeline as normal (the build that ships to production)
note: T394558 should be worked on first, and then once that block of work is complete then work on this related task.