Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Romain Casati
Basthon Kernel
Commits
2f8d9294
Commit
2f8d9294
authored
Feb 01, 2021
by
Romain Casati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Installing selenium and drrivers.
parent
8a045210
Pipeline
#385090
failed with stages
in 4 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
2f8d9294
...
...
@@ -15,8 +15,9 @@ build:
test
:
stage
:
test
script
:
-
apt-get update && apt-get install -y python3-pip
-
pip3 install pytest
-
apt-get update && apt-get install -y python3-pip chromium-driver
-
wget -qO- https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.29.0-linux64.tar.gz | tar zxC /usr/local/bin/
-
pip3 install pytest selenium
-
pytest --junitxml=test_report.xml tests/
artifacts
:
when
:
always
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment