Skip to content

Commit

Permalink
ci: gitlab: update Dockerfile path (#1414)
Browse files Browse the repository at this point in the history
This points to the correct Dockerfile to fix failing builds.
  • Loading branch information
Digi59404 authored and edsiper committed Jul 3, 2019
1 parent 8eb8ac4 commit 2714aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ docker-build:
- ./build
script:
- echo "===== BUILD DOCKER IMAGE ======="
- docker build -t test-image -f ./build/Dockerfile .
- docker build -t test-image -f ./Dockerfile .

0 comments on commit 2714aed

Please sign in to comment.