Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermecgs committed Aug 5, 2024
1 parent caa8a5b commit 9d48364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ build:
when: always

before_script:
- python3 -V
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install -r requirements.txt
- echo $CI_PIPELINE_SOURCE
- echo $CPF

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/
ENV DISPLAY=:99

# upgrade pip
RUN pip install --upgrade pip
RUN pip3 install --upgrade pip

# install selenium
RUN pip install selenium
RUN pip3 install -r requirements.txt

0 comments on commit 9d48364

Please sign in to comment.