Skip to content

Commit 9819497

Browse files
committed
Moves the new line to the correct location
1 parent c8ca2be commit 9819497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ stages:
33
# - deployment
44

55
image: python:3.5-slim-jessie
6-
- apt-get install xz-utils
76

87
# Change pip's cache directory to be inside the project directory since we can
98
# only cache local items.
@@ -23,6 +22,7 @@ cache:
2322
tests:
2423
stage: tests
2524
script:
25+
- apt-get install xz-utils
2626
- python -V # Print out python version for debugging
2727
- pip install virtualenv
2828
- virtualenv venv

0 commit comments

Comments
 (0)